Update main.workflow.yml

pull/8/head
Danny McCormick 2019-06-07 16:33:47 -04:00 committed by GitHub
parent f8db3b9411
commit c099c13b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ jobs:
with: with:
version: 10.x version: 10.x
- name: npm ci - name: npm install
run: npm ci run: npm install
- name: Lint - name: Lint
run: npm run format-check run: npm run format-check