Skip to content

Commit

Permalink
build(ci): usage pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Apr 4, 2024
1 parent ec9ae3d commit d23e994
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ jobs:
with:
python-version: '3.12'

- name: Setup
run: make setup

- name: Run pre-commit
run: make pre-commit-all
- uses: pre-commit/[email protected]
env:
SKIP: "no-commit-to-branch"

Expand Down

0 comments on commit d23e994

Please sign in to comment.