ci: add CI workflow

This commit is contained in:
Alexa Amundson
2026-03-09 06:55:44 -05:00
parent 4f9eeed118
commit 540f0aeafd

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"