Skip to content

feat: add quorum

feat: add quorum #156

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Check changelog
on:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
- release/*
jobs:
check-changelog:
runs-on: ubuntu-22.04
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.md