Skip to content

Commit aafdb69

Browse files
authored
Add basic build action
1 parent 4e9840d commit aafdb69

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: .github/workflows/build.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
on: [push]
3+
jobs:
4+
build:
5+
name: Build
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- uses: borales/[email protected]
10+
with:
11+
cmd: install
12+
- uses: borales/[email protected]
13+
with:
14+
cmd: build

0 commit comments

Comments
 (0)