2 Commits

Author SHA1 Message Date
TwoTau f36710cdb3 Fork PR fixture 2026-07-23 14:50:33 -07:00
TwoTau b3ec9a79ec Add CI workflow fixture 2026-07-23 14:49:46 -07:00
2 changed files with 9 additions and 0 deletions
+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"
+1
View File
@@ -0,0 +1 @@
change from the fork