dev backbone template

This commit is contained in:
2026-02-02 14:12:33 -05:00
commit 1fddc3574f
37 changed files with 1222 additions and 0 deletions

17
.github/workflows/dod.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: DoD Gate
on:
pull_request:
push:
branches: [ main, master ]
jobs:
dod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run DoD
run: |
chmod +x ./scripts/dod.sh || true
./scripts/dod.sh