Skip to content

Commit e66372b

Browse files
committed
ci: update pre-commit hooks and use action
1 parent 61a0070 commit e66372b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/go.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,5 @@ jobs:
3333
go install golang.org/x/tools/cmd/goimports@latest
3434
export PATH="$HOME/go/bin:$PATH"
3535
36-
- name: Install pre-commit
37-
run: pip install pre-commit
38-
39-
- name: Lint
40-
run: pre-commit run -a
36+
- name: Run pre-commit
37+
uses: pre-commit/[email protected]

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
exclude_types: [markdown]

0 commit comments

Comments
 (0)