ci: add CI workflow

This commit is contained in:
Alexa Amundson
2026-03-09 06:56:02 -05:00
parent b388796ba1
commit ef5f10f7fd

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"