We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a0070 commit e66372bCopy full SHA for e66372b
.github/workflows/go.yml
@@ -33,8 +33,5 @@ jobs:
33
go install golang.org/x/tools/cmd/goimports@latest
34
export PATH="$HOME/go/bin:$PATH"
35
36
- - name: Install pre-commit
37
- run: pip install pre-commit
38
-
39
- - name: Lint
40
- run: pre-commit run -a
+ - name: Run pre-commit
+ uses: pre-commit/[email protected]
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
exclude_types: [markdown]
0 commit comments