Add CI workflow fixture

This commit is contained in:
2026-07-23 14:49:46 -07:00
parent d77627b31d
commit b3ec9a79ec
+8
View File
@@ -0,0 +1,8 @@
name: ci
on: [push]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo "M0 fixture workflow run"