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 ed65689 commit d62d3fcCopy full SHA for d62d3fc
.github/workflows/release.yml
@@ -58,6 +58,8 @@ jobs:
58
59
- name: Build ${{ env.MODULE_ID }}
60
run: |
61
+ npm install -g markdownlint-cli
62
+ markdownlint changelog.md --fix
63
box install commandbox-docbox
64
box task run taskfile=build/Build target=run :version=${{ env.VERSION }} :projectName=${{ env.MODULE_ID }} :buildID=${{ github.run_number }} :branch=${{ env.BRANCH }}
65
0 commit comments