testing issue 2214 #109
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Below are the full description for the shorten job names: | |
# | |
# ce - cactus-example | |
# cp - cactus-plugin | |
# cpk - cactus-plugin-keychain | |
# cpl - cactus-plugin-ledger | |
# cplc - cactus-plugin-ledger-connector | |
# plc - plugin-ledger-connector | |
# cpp - cactus-plugin-persistence | |
# ct - cactus-test | |
# ctp - cactus-test-plugin | |
--- | |
env: | |
NODEJS_VERSION: v18.18.2 | |
RUN_TRIVY_SCAN: true | |
PR_BODY: ${{ github.event.pull_request.body }} | |
#COMMIT_MSG: ${{ github.event.pull_request.base.sha }} | |
jobs: | |
PR-desc-and-commit-msg-checker: | |
runs-on: ubuntu-22.04 | |
steps: | |
# Create check run | |
- uses: actions/[email protected] | |
with: | |
ref: ${{ github.event.pull_request.base.sha }} | |
- name: View issue information | |
run: | | |
echo "Commit message: $(git show -s --format=%s)" | |
echo "PR desc: ${PR_BODY}" | |
name: Cactus_CI | |
'on': | |
pull_request: | |
branches: | |
- main | |
- dev | |
- petermetz/** | |
push: | |
branches: | |
- main | |
- dev |