mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 18:13:04 +00:00
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:
3
.github/workflows/pre-commit-update.yml
vendored
3
.github/workflows/pre-commit-update.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user