Skip to content

chore(root): add mac generated cache to gitignore #4840

chore(root): add mac generated cache to gitignore

chore(root): add mac generated cache to gitignore #4840

name: Prevent PRs with tasks not completed
permissions: read-all
on:
pull_request:
types: [opened, edited]
jobs:
check-tasks:
runs-on: ubuntu-latest
steps:
- if: contains(github.event.pull_request.body, '- [ ]')
run: exit 1