Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

build(deps-dev): bump rimraf from 3.0.2 to 5.0.5 #3

build(deps-dev): bump rimraf from 3.0.2 to 5.0.5

build(deps-dev): bump rimraf from 3.0.2 to 5.0.5 #3

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 }}