Skip to content

Commit

Permalink
chore: update ci commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ACTCD committed Oct 22, 2023
1 parent a64f3e0 commit 8f34098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint-js
run: npm run lint:js
- name: Run Stylelint
run: npm run lint-css
run: npm run lint:css

0 comments on commit 8f34098

Please sign in to comment.