Add github action

main
William Beuil 2021-02-01 20:29:20 +01:00
parent 8cce73aa84
commit 3fc775998d
No known key found for this signature in database
GPG Key ID: BED2072C5C2BF537
1 changed files with 16 additions and 0 deletions

16
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: Test Workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make