Skip to content

Commit

Permalink
Removing lint, for now
Browse files Browse the repository at this point in the history
This repo will probably want to be outfitted with hcp-checks, which
includes a linter.
  • Loading branch information
briancain committed Feb 7, 2024
1 parent db193a0 commit e5f88f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
go mod tidy
git diff --exit-code -- go.mod go.sum
- name: Lint # Check syntax with the linter
uses: golangci/golangci-lint-action@v3
run: make go/lint

- name: Test # Run the golang tests!
run: make test

0 comments on commit e5f88f1

Please sign in to comment.