Skip to content

Commit

Permalink
chore: Add staticcheck GHA pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
yarlson committed Sep 24, 2023
1 parent d8ca059 commit 15886ec
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/golangci-lint.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: golangci-lint
name: CI
on:
push:
branches:
Expand All @@ -13,9 +13,13 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
go-version: "1.21"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
version: "v1.54"
- name: staticcheck
uses: dominikh/staticcheck-action@v1.2.0
with:
version: "2022.1.1"
install-go: false

0 comments on commit 15886ec

Please sign in to comment.