Skip to content

Commit 221898b

Browse files
tarialberthdev
authored andcommitted
Build + test with github actions
1 parent 7665179 commit 221898b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: Build
11+
run: make
12+
- name: Test
13+
run: make check

0 commit comments

Comments
 (0)