Skip to content

Plural class names are converted as is. #433

Plural class names are converted as is.

Plural class names are converted as is. #433

Workflow file for this run

name: Keep a Changelog
on:
pull_request: {}
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 0
- run: bash -c "! git diff --exit-code origin/master... CHANGELOG.md"