Skip to content

Commit 2eb2071

Browse files
committed
Add GitHub Actions workflow.
1 parent 41c718d commit 2eb2071

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: CI
2+
on: [push, pull_request]
3+
jobs:
4+
tests:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- name: Run the tests
9+
run: make test

0 commit comments

Comments
 (0)