Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Mar 15, 2024
1 parent 1918b5f commit 50a277c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
# pyright 1.1.336 can produce annoying errors
run: pip install pyright==1.1.335 flake8
- name: Run flake8
run: cd lindi && flake8 --config .flake8
run: cd lindi && flake8 --config ../.flake8
- name: Run pyright
run: cd lindi && pyright

0 comments on commit 50a277c

Please sign in to comment.