mirror of
https://github.com/actions/checkout.git
synced 2025-04-09 08:50:25 +02:00
consume v2 action during build
This commit is contained in:
parent
dfd70d4a2d
commit
22d374327b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1 # todo: switch to v2
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run format-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user