Skip to content

Commit 9527137

Browse files
committed
run action check with new build
1 parent e631502 commit 9527137

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10+
- run: npm install
11+
- run: npm run build
1012
- id: get-prereqs
1113
uses: ./
1214
with:

0 commit comments

Comments
 (0)