Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Fix: lint ghaction installs pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Stoops committed Sep 10, 2024
1 parent 71c40c3 commit 13e7b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install ruff
python -m pip install pre-commit
- name: format Python files
run: |
ruff format
Expand Down

0 comments on commit 13e7b5b

Please sign in to comment.