Skip to content

Commit

Permalink
attempt at fixing lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Feb 29, 2024
1 parent 485caba commit f837e1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0
with:
python-version: "3.11"
- uses: pre-commit/[email protected]
with:
args: --all-files

0 comments on commit f837e1c

Please sign in to comment.