mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-16 00:35:45 +00:00
Replace forked cache by official npm (#21)
* Replace forked cache by official npm * Follow the same validation as @action/cache * Remove debug log
This commit is contained in:
parent
04eca20383
commit
3395f777a4
9 changed files with 2289 additions and 1581 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
build: # make sure build/ci work properly
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
npm install
|
||||
npm run prepare-deps
|
||||
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
test: # make sure the action works on a clean machine without building
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./
|
||||
with:
|
||||
version: v1.26
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue