Skip to content

fix: typo in README.md #206

fix: typo in README.md

fix: typo in README.md #206

Workflow file for this run

name: Changelog check
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check that changelog updated
uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: "skip-changelog"
missingUpdateErrorMessage: "Please add a changelog entry in the CHANGELOG.md file."