chore: move lint task before build

This commit is contained in:
Mo
2022-06-14 08:22:38 -05:00
parent fd115bc113
commit 6dda8ee71d
4 changed files with 8 additions and 8 deletions

View File

@@ -23,10 +23,10 @@ jobs:
uses: ruby/setup-ruby@v1
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: ESLint
run: yarn lint
- name: Build
run: yarn build
- name: Test
run: yarn test