Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
Signed-off-by: Eoghan Russell <[email protected]>
  • Loading branch information
Eoghan Russell committed Feb 27, 2024
1 parent 6c737e6 commit d4f59e6
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/static-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ name: Go-static-analysis
on: [push, pull_request]
jobs:
golangci:
name: Lint
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- uses: actions/checkout@v3
- name: run make lint
run: make lint
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54

shellcheck:
name: Shellcheck
Expand Down

0 comments on commit d4f59e6

Please sign in to comment.