mirror of
https://github.com/actions/setup-go.git
synced 2025-07-31 10:29:54 +00:00
Implement "check-latest" flag to check if pre-cached version is latest one (#186)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user