Skip to content

Commit

Permalink
change super linter to golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OzBena committed Aug 15, 2024
1 parent cde6866 commit 9a9bb1d
Showing 1 changed file with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,24 @@ jobs:

permissions:
contents: read
packages: read
# To report GitHub Actions status checks
pull-requests: read
statuses: write
checks: write

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Super-linter
uses: github/super-linter@v6
env:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GO: true
- uses: actions/setup-go@v5
with:
go-version: 1.22.3

- name: Golangci-lint
uses: golangci/[email protected]
with:
version: latest
only-new-issues: true
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9a9bb1d

Please sign in to comment.