Skip to content

Commit 1f30347

Browse files
committed
check in CI
1 parent 7dda4ec commit 1f30347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 20.x
18-
- run: npm ci && npm run build-ghpages
18+
- run: npm ci && npm run check && npm run build-ghpages
1919
- name: build_app
2020
uses: peaceiris/actions-gh-pages@v3
2121
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)