Skip to content

Components: Introduce mixin for rem values which can be configured at runtime #549

Components: Introduce mixin for rem values which can be configured at runtime

Components: Introduce mixin for rem values which can be configured at runtime #549

Workflow file for this run

name: Definition of Done
on:
pull_request:
types: [opened, edited]
concurrency:
group: ci-{{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
check-dod:
runs-on: ubuntu-20.04
steps:
- name: Clone Repo
uses: actions/checkout@v3
- name: Check DoD
uses: platisd/definition-of-done@master
with:
dod_yaml: '.github/dod.yml'
github_token: ${{ secrets.GITHUB_TOKEN }}