Skip to content

Commit

Permalink
maybe this works
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukthiw committed Jan 7, 2024
1 parent e5b300b commit db04521
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
node-version: 14

- name: Install dependencies
run: npm install --save-dev
run: npm install prettier
run: npm install eslint

- name: Prettier Check
run: prettier . --check
run: npx prettier . --check

- name: ESLint Check
run: npm run lint

0 comments on commit db04521

Please sign in to comment.