Skip to content

Commit

Permalink
Actually install ESLint plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Oct 19, 2023
1 parent b5d7f4e commit e27088d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
node-version: 20
cache: "npm"

- name: "⏬ install packages"
run: npm i --omit=optional --include=dev --no-fund --progress=false

- name: "🔍 lint code"
run: npx eslint . --report-unused-disable-directives

0 comments on commit e27088d

Please sign in to comment.