Skip to content

Commit 5a973ff

Browse files
committed
bump
1 parent bf98b96 commit 5a973ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
node-version: 20.x
2323
- run: npm ci
24-
- run: npm run format:check >> "```${GITHUB_STEP_SUMMARY}```"
24+
- run: npm run format:check >> "${GITHUB_STEP_SUMMARY}"
2525
- run: npm run lint
26-
- run: npm run test >> "```${GITHUB_STEP_SUMMARY}```"
26+
- run: npm run test >> "${GITHUB_STEP_SUMMARY}"
2727
- uses: ./
2828
id: code_coverage_report_action
2929
if: ${{ github.actor != 'dependabot[bot]'}}

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 20.x
1515
- run: npm ci
16-
- run: npm run test >> "```${GITHUB_STEP_SUMMARY}```"
16+
- run: npm run test >> "${GITHUB_STEP_SUMMARY}"
1717
- uses: ./
1818
id: code_coverage_report_action
1919
with:

0 commit comments

Comments
 (0)