File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@v2
3131 - name : golangci-lint
32- uses : golangci/golangci-lint-action@v1
32+ uses : golangci/golangci-lint-action@v0
3333 with :
3434 # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
3535 version : v1.26
@@ -97,4 +97,4 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome
97972. Make a symlink for `act` to work properly : ` ln -s . golangci-lint-action`
98983. Get a [GitHub token](https://github.com/settings/tokens/new) with the scope `repo.public_repo`. Export it by `export GITHUB_TOKEN=YOUR_TOKEN`.
99994. Prepare deps once : ` npm run prepare-deps`
100- 5. Run `npm run local` after any change to test it
100+ 5. Run `npm run local` after any change to test it
You can’t perform that action at this time.
0 commit comments