Skip to content

Add "NO-JIRA:" prefix when bumping versions in CMO #452

Add "NO-JIRA:" prefix when bumping versions in CMO

Add "NO-JIRA:" prefix when bumping versions in CMO #452

name: Actions yaml CI check
on: [push, pull_request]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
fail_on_error: "true"
# Disable shellcheck tool because it's too nit-picky with inlined Bash commands.
actionlint_flags: '-shellcheck=""'