There was an error while loading. Please reload this page.
pre-commit
prek
1 parent 4182805 commit d41b727Copy full SHA for d41b727
3 files changed
.github/actions/pre-commit/action.yml
.github/workflows/static_checks.yml
@@ -30,10 +30,10 @@ jobs:
30
files=$(echo "$files" | xargs -I {} sh -c 'echo "\"./{}\""' | tr '\n' ' ')
31
echo "CHANGED_FILES=$files" >> $GITHUB_ENV
32
33
- - name: Style checks via pre-commit
34
- uses: ./.github/actions/pre-commit
+ - name: Style checks via prek
+ uses: j178/prek-action@v2
35
with:
36
- extra_args: --files ${{ env.CHANGED_FILES }}
+ extra-args: --files ${{ env.CHANGED_FILES }}
37
38
- name: Class reference schema checks
39
run: |
.gitignore
@@ -23,7 +23,6 @@
23
###########################
24
25
/custom.py
26
-misc/hooks/pre-commit-custom-*
27
28
#############################
29
### Godot generated files ###
0 commit comments