mirror of
https://github.com/mblanke/dev-backbone-template.git
synced 2026-03-01 14:00:20 -05:00
dev backbone template
This commit is contained in:
17
.github/workflows/dod.yml
vendored
Normal file
17
.github/workflows/dod.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user