forked from mixxxdj/mixxx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mixxxdj#12799 from mixxxdj/dependabot/github_actio…
…ns/pre-commit/action-3.0.1 Bump pre-commit/action from 3.0.0 to 3.0.1
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
git config --global --list | ||
- name: "Detect code style issues (push)" | ||
uses: pre-commit/[email protected].0 | ||
uses: pre-commit/[email protected].1 | ||
if: github.event_name == 'push' | ||
# There are too many files in the repo that have formatting issues. We'll | ||
# disable these checks for now when pushing directly (but still run these | ||
|
@@ -47,7 +47,7 @@ jobs: | |
SKIP: clang-format,eslint,no-commit-to-branch | ||
|
||
- name: "Detect code style issues (pull_request)" | ||
uses: pre-commit/[email protected].0 | ||
uses: pre-commit/[email protected].1 | ||
if: github.event_name == 'pull_request' | ||
env: | ||
SKIP: no-commit-to-branch | ||
|