Skip to content

Commit

Permalink
add ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Jun 17, 2024
1 parent 402d4f9 commit 4b92833
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/changelog-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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/changelog-lint-action@0918ef12e6dc06adce0743e1c6c13707a7c20323

0 comments on commit 4b92833

Please sign in to comment.