Fix floating point modulus error in qchem utils #60
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pylint Score Badge Generation | |
on: [pull_request] | |
jobs: | |
pylint: | |
name: Pylint Badge Update | |
runs-on: ubuntu-latest | |
steps: | |
- name: Pylint Badge Generation | |
uses: Silleellie/pylint-github-action@v2 | |
with: | |
lint-path: src | |
python-version: 3.11 |