We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6cdda commit 44aab6cCopy full SHA for 44aab6c
.github/workflows/run_ci.yml
@@ -16,6 +16,19 @@ env:
16
SECRET_DETECTION_JSON_REPORT_FILE: "gitleaks.json"
17
18
jobs:
19
+ parse-changelog:
20
+ name: Parse changelog to verify it is valid
21
+ runs-on: ubuntu-latest
22
+ steps:
23
+ - uses: actions/checkout@v4
24
+ - uses: actions/setup-node@v2
25
+ - name: Install keep-a-changelog
26
+ run: |
27
+ npm install -g keep-a-changelog
28
+
29
+ - name: Parse changelog
30
+ run: changelog
31
32
black:
33
runs-on: ubuntu-latest
34
steps:
0 commit comments