Skip to content

Introduction of new spacing grid #2882

Introduction of new spacing grid

Introduction of new spacing grid #2882

Workflow file for this run

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