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 Oct 25, 2023
1 parent 7f1a838 commit 117b457
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ jobs:
- name: Install the `sdr` package
run: python3 -m pip install .

- name: Lint code with ruff
run: python3 -m ruff check --output-format=github src/sdr/

# - name: Lint tests with ruff
# run: python3 -m ruff tests/
- name: Lint with ruff
run: python3 -m ruff check --output-format=github .

run-formatter:
name: Ruff Format
Expand Down

0 comments on commit 117b457

Please sign in to comment.