Skip to content

chore: DOD

chore: DOD #8

Workflow file for this run

name: Definition of Done
on:
pull_request:
types: [opened, edited]
jobs:
check-dod:
runs-on: ubuntu-20.04
steps:
- name: Clone Repo
uses: actions/checkout@v3
- name: Check DoD
uses: platisd/definition-of-done@master
with:
dod_yaml: '.github/dod.yml'
github_token: ${{ secrets.GITHUB_TOKEN }}