Skip to content

Commit

Permalink
ci(actions/lint): make's 'lint' target already has 'generate' and 'li…
Browse files Browse the repository at this point in the history
…nt-fix' as dependencies
  • Loading branch information
jlucktay committed Sep 11, 2023
1 parent 53c6274 commit 3b8aa5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
go-version-file: "go.mod"
cache: true
- name: Run Make commands
run: |
make generate
make lint-fix
make lint
run: make lint
- name: Check for changes
id: check-changed-files
uses: tj-actions/verify-changed-files@v13.1
Expand Down

0 comments on commit 3b8aa5e

Please sign in to comment.