Skip to content

Commit d62d3fc

Browse files
committed
changelog githubactions
1 parent ed65689 commit d62d3fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858

5959
- name: Build ${{ env.MODULE_ID }}
6060
run: |
61+
npm install -g markdownlint-cli
62+
markdownlint changelog.md --fix
6163
box install commandbox-docbox
6264
box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }}
6365

0 commit comments

Comments
 (0)