You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ jobs:
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
0 commit comments