Skip to content

Commit

Permalink
Try setting up go in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayBenson94 committed Aug 23, 2023
1 parent 08e2f9d commit 094e1ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pre_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up go
uses: actions/setup-go@v3
with:
go-version-file: './go.mod'
cache: true
- name: Pre-commit checks
uses: pre-commit/[email protected]
with:
Expand Down

0 comments on commit 094e1ef

Please sign in to comment.