Skip to content

sumally/github-check-tasklist-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

How to use

name: pr-task-list-checker

on:
  pull_request:
    types:
      - opened
      - edited

jobs:
  pr-task-list-checker:
    runs-on: ubuntu-latest
    steps:
      - uses: sumally/[email protected]