Skip to content

Commit

Permalink
ci: reorder lint steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed Dec 28, 2020
1 parent 87c221e commit b8aca23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
node-version: 14.x
- name: Install
run: yarn --frozen-lockfile
- name: Compile TypeScript Definition File
run: yarn tsc
- name: Run ESLint
run: yarn lint
- name: Run Prettier
run: yarn lint:prettier:ci
- name: Compile TypeScript Definition File
run: yarn tsc

unittests:
name: Unit Tests
Expand Down

0 comments on commit b8aca23

Please sign in to comment.