Skip to content

Commit

Permalink
Fixed linter github actions workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroBone committed Jan 22, 2024
1 parent a7793e0 commit b233e4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
uses: pdm-project/setup-pdm@v3
- name: Install dependencies
run: pdm install
- name: Install ruff
run: pip install ruff
- name: Run ruff linter
run: pdm run ci-ruff

0 comments on commit b233e4c

Please sign in to comment.