add github action testing

This commit is contained in:
2024-07-12 13:33:43 -06:00
parent 66767a64a2
commit 43ecf50e58

17
.github/workflows/test.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
# lix
- uses: lix-pm/setup-lix@master
with:
lix-version: 15.12.0
- run: lix download
- run: ./test.sh