mirror of
https://github.com/mblanke/Lottery-Tracker.git
synced 2026-03-01 06:00:21 -05:00
18 lines
270 B
YAML
18 lines
270 B
YAML
|
|
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
|