Configure CI

This commit is contained in:
Justin Spahr-Summers
2024-10-02 21:47:43 +01:00
parent f9baa82a1e
commit 7f6c664d64

19
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
- run: pip install .
- run: pytest