Skip to content

Commit 073b027

Browse files
authored
Create blank.yml
1 parent 71034a7 commit 073b027

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/blank.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v1
12+
- name: Run a one-line script
13+
run: |
14+
npm install
15+
npm run build
16+
npm run test

0 commit comments

Comments
 (0)