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

build(deps-dev): bump @types/node from 20.11.19 to 20.11.29 #25

build(deps-dev): bump @types/node from 20.11.19 to 20.11.29

build(deps-dev): bump @types/node from 20.11.19 to 20.11.29 #25

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@v4
- name: Check DoD
uses: platisd/definition-of-done@master
with:
dod_yaml: '.github/dod.yml'
github_token: ${{ secrets.GITHUB_TOKEN }}