mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-07-07 16:56:01 +02: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