Skip to content

Make Forbid TODOs check into its own CI step #3

Make Forbid TODOs check into its own CI step

Make Forbid TODOs check into its own CI step #3

Workflow file for this run

name: Forbid TODOs
on:
pull_request:
types: [opened, synchronize, reopened]
merge_group:
branches: [main]
jobs:
forbid-todos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Forbid TODOs
run: ./scripts/forbid-todo.sh