Switch from install to ci

This commit is contained in:
Danny McCormick 2019-06-07 16:15:02 -04:00 committed by GitHub
parent 24a47373b7
commit 574685d9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ jobs:
matrix: matrix:
operating-system: [Linux, macOS, Windows] operating-system: [Linux, macOS, Windows]
actions: actions:
- name: npm install - name: npm ci
run: npm install run: npm ci
- name: Lint - name: Lint
run: npm run format-check run: npm run format-check