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 76b5242

Browse filesBrowse files
committed
ci(test): run lint and build scripts
1 parent 9d26e0e commit 76b5242
Copy full SHA for 76b5242

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-1
lines changed

‎.github/workflows/test.yml

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
steps:
3232
- run: exit 1
3333
if: ${{ needs.test_matrix.result != 'success' }}
34-
- run: echo ok
34+
- run: npm run lint
35+
- run: npm run build
3536
if: ${{ always() }}

0 commit comments

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