Skip to content

Commit

Permalink
ci: install pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Oct 13, 2024
1 parent f4d7f22 commit fa17578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:

- name: Install pre-commit deps
run: |
pip install pre-commit flask
sudo apt install -y pre-commit
pip install flask
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
Expand Down

0 comments on commit fa17578

Please sign in to comment.