feat(cli): Commit and push changelog entry after adding #69
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 Linter | |
on: | |
pull_request: | |
jobs: | |
lint-changelog: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out the repository | |
uses: actions/checkout@v4 | |
- name: Run changelog linter | |
uses: MalteHerrmann/[email protected] |