chore: Improved km localization #54
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: π Changelog File Check | |
# This workflow only validates if the CHANGELOG.md file was updated and doesn't validate the format. | |
on: | |
pull_request: | |
types: [assigned, opened, synchronize, reopened, labeled, unlabeled] | |
branches: | |
- master | |
jobs: | |
changelog: | |
name: π Verify Changelog Modification | |
runs-on: ubuntu-latest | |
steps: | |
- name: β Check if CHANGELOG.md was modified | |
uses: tarides/changelog-check-action@v2 | |
with: | |
changelog: CHANGELOG.md |