Skip to content

Commit

Permalink
Update a_pre_commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Feb 5, 2024
1 parent 1726a01 commit 80e46f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/a_pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ jobs:
run: |
pre-commit autoupdate
pre-commit install -c .pre-commit-config.yaml || true
pre-commit run
# - name: Pre-commit and auto commit
# run: |
# pre-commit run --all-files || true
- name: Create Pull Request
uses: peter-evans/[email protected]
env:
# Disable pre-commit hooks
HUSKY: '0'
with:
token: ${{ secrets.TOKEN }}
commit-message: Update files
Expand Down

0 comments on commit 80e46f3

Please sign in to comment.