Skip to content

Commit 6d0e169

Browse files
authored
Create test-build-workflow.yml
1 parent cf9244f commit 6d0e169

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on:
2+
workflow_dispatch:
3+
4+
jobs:
5+
job1:
6+
runs-on: ubuntu-latest
7+
8+
steps:
9+
- uses: actions/checkout@v3
10+
- run: npm i
11+
- run: npm run build
12+

0 commit comments

Comments
 (0)