Skip to content

Experiment: Add GitHub action to enforce tasks are checked off #18

Experiment: Add GitHub action to enforce tasks are checked off

Experiment: Add GitHub action to enforce tasks are checked off #18

Workflow file for this run

name: Check whether all tasks are completed
on:
check_run:
pull_request:
types: [opened, synchronize, edited, reopened]
jobs:
task-checklist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: cd ./.github/actions/task-checklist && yarn install
- uses: ./.github/actions/task-checklist/