Skip to content

Commit

Permalink
feat: remove lint & vet from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Jul 17, 2024
1 parent 12d8c7d commit 49c73d6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/api.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@ jobs:
check-latest: true
cache-dependency-path: |
./api/go.sum
- name: Run lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
working-directory: api
skip-pkg-cache: true
skip-build-cache: true
args: --timeout=10m
- name: Run Vet
run: |
cd ./api
go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
go vet
go vet -vettool=$(which shadow)
- name: Install golang-migrate
run: |
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.17.0/migrate.linux-amd64.tar.gz | tar xvz
Expand Down

0 comments on commit 49c73d6

Please sign in to comment.