Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis committed Jan 27, 2025
1 parent 29c9ddc commit 9c4326a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
- uses: actions/checkout@v3
- uses: actions/setup-python@v4

- name: Run pre-commit hooks on all files
run: python -m pip -v install pre-commit && pre-commit run -a -v

0 comments on commit 9c4326a

Please sign in to comment.