Skip to content

Commit

Permalink
fixed linting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukthiw committed Jan 7, 2024
1 parent b8f2340 commit 965b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: npm install

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

- name: ESLint Check
run: npm run lint

0 comments on commit 965b9e2

Please sign in to comment.