Skip to content

Add custom GitHub action and pull request template to enforce that documentation is updated #47

Add custom GitHub action and pull request template to enforce that documentation is updated

Add custom GitHub action and pull request template to enforce that documentation is updated #47

Workflow file for this run

name: Check all tasks are completed
on:
pull_request:
types: [opened, edited]
jobs:
task-checklist:
runs-on: ubuntu-latest
steps:
- uses: ./.github/actions/task-checklist