Update workflow.yml (#14)

This commit is contained in:
Danny McCormick 2019-07-11 13:22:43 -04:00 committed by GitHub
parent d2b505129d
commit 1b5d27de82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,7 @@ jobs:
version: 10.x
- name: npm install
# Explicitly uninstall husky so that we avoid issues with git hooks/node versioning.
# Should switch to clean checkout instead when supported.
run: npm prune --production && npm install && npm uninstall husky
run: npm install
- name: Lint
run: npm run format-check