mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-04 12:43:10 +01:00
ci: use pre-commit action instead of running manually
This commit is contained in:
parent
ac0dd304ef
commit
b5df6c2526
1 changed files with 2 additions and 5 deletions
7
.github/workflows/go.yml
vendored
7
.github/workflows/go.yml
vendored
|
@ -32,8 +32,5 @@ jobs:
|
|||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
||||
export PATH="$HOME/go/bin:$PATH"
|
||||
|
||||
- name: Install pre-commit
|
||||
run: pip install pre-commit
|
||||
|
||||
- name: Lint
|
||||
run: pre-commit run -a
|
||||
- name: Run pre-commit
|
||||
uses: pre-commit/action@v3.0.1
|
||||
|
|
Loading…
Reference in a new issue