File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
name : pre-commit
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ branches : [main]
6
6
pull_request :
7
- branches : [ main ]
7
+ branches : [main]
8
8
jobs :
9
9
pre-commit :
10
10
runs-on : ubuntu-latest
25
25
with :
26
26
path : |
27
27
~/.cache/pre-commit/
28
- bash_unit
29
- key : pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml')
28
+ key :
29
+ pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml')
30
30
}}
31
31
- name : Run pre-commit hooks
32
32
env :
52
52
with :
53
53
path : |
54
54
~/.cache/pre-commit/
55
- bash_unit
56
- key : pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml')
55
+ key :
56
+ pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml')
57
57
}}
58
58
- name : Provide log as artifact
59
59
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments