Skip to content

Commit

Permalink
only runs lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Aug 28, 2024
1 parent 756ce6d commit 153382a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
lint:
name: "govet | lint"
name: "lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -35,4 +35,4 @@ jobs:
env:
GOTOOLCHAIN: local+path
GOSUMDB: off
run: make ci
run: make lint-ci
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ lint-ci:
done

## ci: Run CI pipeline govet, govulncheck and lint
ci: govet lint-ci
ci: govet govulncheck lint-ci

## format: Install and run goimports and gofumpt for all apps.
format:
Expand Down

0 comments on commit 153382a

Please sign in to comment.