consume v2 action during build (#131)

This commit is contained in:
eric sciple 2020-01-03 12:49:41 -05:00 committed by GitHub
parent bc50a995b8
commit db41740e12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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