mirror of
https://github.com/actions/setup-go.git
synced 2025-06-30 13:13:43 +00:00
Implement "check-latest" flag to check if pre-cached version is latest one (#186)
This commit is contained in:
parent
44e221478f
commit
bfdd3570ce
17 changed files with 4811 additions and 3599 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -25,8 +25,8 @@ jobs:
|
|||
node-version: 12
|
||||
cache: npm
|
||||
|
||||
- name: npm install
|
||||
run: npm install
|
||||
- name: npm ci
|
||||
run: npm ci
|
||||
|
||||
- name: Lint
|
||||
run: npm run format-check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue