Skip to content

Commit

Permalink
Fix lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlensky committed Oct 30, 2024
1 parent acd1b60 commit 035c039
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 @@ -20,4 +20,4 @@ jobs:
- name: Install dependencies
run: uv sync --all-extras --dev
- name: Lint with ruff/mypy
run: uv run python scripts/lint.sh
run: /bin/sh ./scripts/lint.sh

0 comments on commit 035c039

Please sign in to comment.