Pre-commit action should not run pre-commit

Regular CI will take care of this and point out potential problems
This commit is contained in:
Matthias 2024-05-28 06:36:13 +02:00
parent ddc8999060
commit 5e0f64ef55

View File

@ -26,9 +26,6 @@ jobs:
- name: Run auto-update
run: pre-commit autoupdate
- name: Run pre-commit
run: pre-commit run --all-files
- uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}