Skip to content

Commit

Permalink
Use official pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Nov 13, 2024
1 parent 5932a79 commit 69fb9b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
22 changes: 0 additions & 22 deletions .github/actions/pre-commit/action.yaml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: ./.github/actions/pre-commit
- uses: pre-commit/[email protected]
with:
extra_args: --all-files

0 comments on commit 69fb9b1

Please sign in to comment.