Skip to content

Commit 9a2cb69

Browse files
committed
adobe 2023 testing
1 parent 2a386a2 commit 9a2cb69

File tree

5 files changed

+161
-114
lines changed

5 files changed

+161
-114
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

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
coldboxVersion: [ "^6.0.0" ]
2323
experimental: [ false ]
2424
include:
25+
- cfengine: "adobe@2023"
26+
coldboxVersion: "^6.0.0"
27+
experimental: true
2528
- coldboxVersion: "be"
2629
cfengine: "lucee@5"
2730
experimental: true

0 commit comments

Comments
 (0)