Bump @department-of-veterans-affairs/css-library from 0.11.1 to 0.13.1 in /packages/tokens #2689
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Require Checkboxes | |
on: | |
pull_request: | |
types: [opened, edited, synchronize] | |
jobs: | |
run-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: mheap/require-checklist-action@v2 | |
with: | |
requireChecklist: false # If this is true and there are no checklists detected, the action will fail |