Skip to content

Commit

Permalink
ci: enable linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bernot-dev committed Jan 26, 2024
1 parent 81c710c commit 8626ecc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- uses: actions/checkout@v3
- name: Build go images
run: make bin
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint code with golangci-lint
run: make lint
validate:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8626ecc

Please sign in to comment.