feat: Adds initial CI
Some checks failed
CI / Test (push) Failing after 39s

This commit is contained in:
2024-11-14 15:05:09 -05:00
parent 163f603b69
commit 95f8565cde

14
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,14 @@
---
name: CI
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Tests
run: make test