Skip to content

feat(ci): Add reviewdog implementation #15

feat(ci): Add reviewdog implementation

feat(ci): Add reviewdog implementation #15

Workflow file for this run

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
permissions:

Check failure on line 15 in .github/workflows/lint-changelog.yaml

View workflow run for this annotation

GitHub Actions / Changelog Linter

Invalid workflow file

The workflow is not valid. .github/workflows/lint-changelog.yaml (Line: 15, Col: 7): Unexpected value 'permissions'
actions: write
# uses: MalteHerrmann/changelog-lint-action@135186f4c4e9d20424a5334c13ea749f601195b1
uses: ./
with:
github_token: ${{ secrets.GITHUB_TOKEN }}