Skip to content

Commit

Permalink
Lint unit tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Dec 11, 2022
1 parent b8c3a09 commit bd9e576
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:
- name: Install the `galois` package with [dev]
run: python3 -m pip install .[dev]

- name: Lint with pylint
- name: Lint code with pylint
run: python3 -m pylint src/galois/

- name: Lint tests with pylint
run: python3 -m pylint tests/

run-formatter:
name: Format
runs-on: ubuntu-latest
Expand Down

0 comments on commit bd9e576

Please sign in to comment.