Skip to content

Commit

Permalink
refactor: Update eslint command in boilerplate-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyDolle committed Oct 11, 2024
1 parent b6e1247 commit 7f798ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/boilerplate-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
working_directory: ./template
- name: Run Eslint
run: yarn lint:coventions
run: yarn lint:rules
working-directory: ./template
- name: Run Prettier
run: yarn lint:code-format
Expand Down

0 comments on commit 7f798ec

Please sign in to comment.