Skip to content

Commit

Permalink
馃挌 Fix "Lint" workflow (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisDmitry committed May 11, 2024
1 parent 4698c50 commit 5b0efcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
with:
cache: true
- name: Install dependencies
run: pdm install -dG linters
run: pdm install -dG linters,tests
- name: Lint
run: pdm lint

0 comments on commit 5b0efcb

Please sign in to comment.