Skip to content

Commit

Permalink
ci: install deps for pre-commit to run
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Aug 1, 2023
1 parent 15abf42 commit fdcb5a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "stable"
check-latest: true
- name: Install gosec
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
- name: Install static check
run: go install honnef.co/go/tools/cmd/staticcheck@latest
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand Down

0 comments on commit fdcb5a2

Please sign in to comment.