Skip to content

Commit 7f798ec

Browse files
committed
refactor: Update eslint command in boilerplate-checks.yml
1 parent b6e1247 commit 7f798ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/boilerplate-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
working_directory: ./template
2626
- name: Run Eslint
27-
run: yarn lint:coventions
27+
run: yarn lint:rules
2828
working-directory: ./template
2929
- name: Run Prettier
3030
run: yarn lint:code-format

0 commit comments

Comments
 (0)