We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e631502 commit 9527137Copy full SHA for 9527137
.github/workflows/check.yml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
+ - run: npm install
11
+ - run: npm run build
12
- id: get-prereqs
13
uses: ./
14
with:
0 commit comments