Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9d37e1

Browse filesBrowse files
authored
ci(test): run lint and build scripts (#300)
1 parent 9d26e0e commit a9d37e1
Copy full SHA for a9d37e1

File tree

Expand file treeCollapse file tree

1 file changed

+8
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-1
lines changed

‎.github/workflows/test.yml

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+8-1Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,12 @@ jobs:
3131
steps:
3232
- run: exit 1
3333
if: ${{ needs.test_matrix.result != 'success' }}
34-
- run: echo ok
34+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
35+
- uses: actions/setup-node@v4
36+
with:
37+
node-version: lts/*
38+
cache: npm
39+
- run: npm ci
40+
- run: npm run lint
41+
- run: npm run build
3542
if: ${{ always() }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.