Add padding and margin utility classes without important #3146
Workflow file for this run
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: Checklist Checker | |
on: | |
pull_request: | |
types: | |
- opened | |
- edited | |
- synchronize | |
- reopened | |
jobs: | |
check-tasks: | |
runs-on: ubuntu-latest | |
if: github.event.pull_request.user.login != 'dependabot[bot]' # ignore pull requests raised by dependabot | |
steps: | |
- name: Check tasks | |
uses: mheap/require-checklist-action@v2 | |
with: | |
requireChecklist: true |