Skip to content

Commit

Permalink
run prettier check in ci too
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonatwork committed May 20, 2020
1 parent c325fce commit df31da5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
node-version: 8.x
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run prettier-check
- name: Run tests
uses: GabrielBB/[email protected]
with:
Expand Down

0 comments on commit df31da5

Please sign in to comment.