Skip to content

feat(cli): hc check and schema will print help msg when no subcommand #133

feat(cli): hc check and schema will print help msg when no subcommand

feat(cli): hc check and schema will print help msg when no subcommand #133

name: Conventional Commits
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
env:
RUSTFLAGS: -Dwarnings
CARGO_TERM_COLOR: always
jobs:
conventional-commits:
name: Check Format
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]