Skip to content

Commit a898f0d

Browse files
Merge pull request #22 from analog-garage/analog-cbarber-patch-1
use ruff instead of pylint in CI
2 parents 3dd61a1 + 9d31998 commit a898f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: Dev install package
2727
run: |
2828
conda run -n mkxref-dev pip install -e . --no-deps --no-build-isolation
29-
- name: pylint
29+
- name: ruff
3030
run: |
31-
make pylint
31+
make ruff
3232
- name: mypy
3333
if: success() || failure()
3434
run: |

0 commit comments

Comments
 (0)