Skip to content

Commit

Permalink
ci: add linting steps to ci action
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Feb 13, 2024
1 parent cba1701 commit 197588f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,18 @@ jobs:
with:
go-version: '1.21'
cache: false
- name: golangci-lint
- name: Golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
- name: Makefile lint
uses: Uno-Takashi/checkmake-action@main
- name: Linting examples manifests
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: examples/
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: '-exclude=G404,G204,G601 ./...'

0 comments on commit 197588f

Please sign in to comment.