Skip to content

Commit

Permalink
Fix GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirlogachev committed May 2, 2024
1 parent a18716d commit 20f351c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Check
run: |
set -eu
npm check
npm run check
cd example
npm check
npm run check
4 changes: 2 additions & 2 deletions .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
- name: Check
run: |
set -eu
npm check
npm run check
cd example
npm check
npm run check
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 20f351c

Please sign in to comment.