Merge pull request #154 from carueda/ci

add ci
This commit is contained in:
Daniel Holden
2023-01-08 08:50:26 -05:00
committed by GitHub

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

@@ -0,0 +1,11 @@
on: [push, pull_request]
name: CI
jobs:
check:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make