Bump github.com/tidwall/gjson from 1.17.3 to 1.18.0 (#571) #1258
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Go Multilinting | |
on: | |
push: | |
jobs: | |
build: | |
name: Check code | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code into the Go module directory | |
uses: actions/checkout@v4 | |
- name: Run golangci-lint | |
uses: golangci/[email protected] | |
with: | |
args: --timeout 5m -E bodyclose,gocritic,gofmt,gosec,govet,nestif,nlreturn,revive,rowserrcheck |