ci: add CI workflow

This commit is contained in:
Alexa Amundson
2026-03-09 06:55:31 -05:00
parent 682b68b7af
commit 392df85d4b

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

@@ -0,0 +1,8 @@
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "Build steps pending"