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 29
29
steps :
30
30
- uses : actions/checkout@v2
31
31
- name : golangci-lint
32
- uses : golangci/golangci-lint-action@v1
32
+ uses : golangci/golangci-lint-action@v0
33
33
with :
34
34
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
35
35
version : v1.26
@@ -97,4 +97,4 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome
97
97
2. Make a symlink for `act` to work properly : ` ln -s . golangci-lint-action`
98
98
3. Get a [GitHub token](https://github.com/settings/tokens/new) with the scope `repo.public_repo`. Export it by `export GITHUB_TOKEN=YOUR_TOKEN`.
99
99
4. 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