Skip to content

Commit

Permalink
fix(workflows): install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Aug 24, 2022
1 parent 3e849e5 commit 2598166
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Node.js
- name: Setup nodejs
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
cache: yarn

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Run ESLint
run: yarn run eslint .
--config .eslintrc.json
Expand Down

0 comments on commit 2598166

Please sign in to comment.