From 1ad27ad1536431e453037c2f7276c557b2857f39 Mon Sep 17 00:00:00 2001 From: Isaev Denis Date: Thu, 7 May 2020 11:26:37 +0300 Subject: [PATCH] s/@v1/@v0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bc9f68..a34aa71 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: golangci-lint - uses: golangci/golangci-lint-action@v1 + uses: golangci/golangci-lint-action@v0 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.26 @@ -97,4 +97,4 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome 2. Make a symlink for `act` to work properly: `ln -s . golangci-lint-action` 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`. 4. Prepare deps once: `npm run prepare-deps` -5. Run `npm run local` after any change to test it \ No newline at end of file +5. Run `npm run local` after any change to test it