Skip to content

Commit

Permalink
Merge pull request #22 from analog-garage/analog-cbarber-patch-1
Browse files Browse the repository at this point in the history
use ruff instead of pylint in CI
  • Loading branch information
analog-cbarber authored Jun 23, 2024
2 parents 3dd61a1 + 9d31998 commit a898f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Dev install package
run: |
conda run -n mkxref-dev pip install -e . --no-deps --no-build-isolation
- name: pylint
- name: ruff
run: |
make pylint
make ruff
- name: mypy
if: success() || failure()
run: |
Expand Down

0 comments on commit a898f0d

Please sign in to comment.