Skip to content

Commit

Permalink
Add dependency install step
Browse files Browse the repository at this point in the history
  • Loading branch information
pattyjogal committed Oct 1, 2021
1 parent 3d61840 commit 09da234
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
# This part is also where you can pass other options, for example:
prettier_options: --write **/*.{js,md}

- name: Install Dev Dependencies
run: yarn install --production=false

- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx
run: yarn run eslint . --ext .js,.jsx,.ts,.tsx

0 comments on commit 09da234

Please sign in to comment.