We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1f7e39 + 3b86a96 commit 1eeda71Copy full SHA for 1eeda71
1 file changed
.github/workflows/CI.yml
@@ -0,0 +1,13 @@
1
+name: CI
2
+
3
+on: [push, pull_request]
4
5
+jobs:
6
+ build:
7
8
+ runs-on: ubuntu-latest
9
10
+ steps:
11
+ - uses: actions/checkout@v1
12
+ - name: test
13
+ run: make && make examples
0 commit comments