Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Pratt committed Jul 13, 2021
1 parent e3c17d3 commit ef7b556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: npm ci

- name: Test
run: npm stylelint
run: npm run stylelint
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
run: npm ci

- name: Test
run: npm stylelint
run: npm run stylelint

0 comments on commit ef7b556

Please sign in to comment.