File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 25
25
- uses : actions/setup-python@v5.0.0
26
26
with :
27
27
python-version : ' 3.12'
28
- - run : pip install -r .github/workflows/pre-commit-requirements.txt
28
+ - name : Install pre-commit
29
+ run : pip install -r .github/workflows/pre-commit-requirements.txt
30
+ - name : Run pre-commit
29
31
- run : pre-commit run --all-files
32
+ - run : df -h
Original file line number Diff line number Diff line change 3
3
autoupdate_branch : ' trunk'
4
4
autofix_prs : false
5
5
6
+ default_language_version :
7
+ rust : 1.78.0
8
+
6
9
repos :
7
- - repo : https://github.com/backplane /pre-commit-rust-hooks
8
- rev : v1.1.0
10
+ - repo : https://github.com/Young-Naive-Simple /pre-commit-rust/
11
+ rev : 3a8de64acc969112746489e5ec1f0b13e00d871e
9
12
hooks :
10
13
- id : fmt
11
- - id : check
14
+ - id : cargo- check
12
15
- id : clippy
13
16
args :
14
17
- --all-targets
@@ -25,10 +28,10 @@ repos:
25
28
- id : check-yaml
26
29
- id : check-case-conflict
27
30
- id : mixed-line-ending
28
- - repo : https://github.com/rhysd/actionlint
29
- rev : v1.6.27
30
- hooks :
31
- - id : actionlint
31
+ # - repo: https://github.com/rhysd/actionlint
32
+ # rev: v1.6.27
33
+ # hooks:
34
+ # - id: actionlint
32
35
- repo : https://github.com/astral-sh/ruff-pre-commit
33
36
rev : ' v0.3.4'
34
37
hooks :
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ pub fn submit<W: Write>(
111
111
}
112
112
}
113
113
114
- action_groups. push ( ( & action, groups) ) ;
114
+ action_groups. push ( ( action, groups) ) ;
115
115
}
116
116
117
117
if matching_action_count == 0 {
You can’t perform that action at this time.
0 commit comments