Skip to content

3rd API proposal

3rd API proposal #40

Workflow file for this run

# Make sure commit subject and description follow the Conventional Commits spec.
# See https://www.conventionalcommits.org/
name: "commitlint"
on:
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
commitlint:
runs-on: lab
steps:
- name: Checkout repository
uses: "actions/checkout@v4"
with:
fetch-depth: 0
persist-credentials: "false"
- name: Run commitlint on Pull Request's commits
uses: opensource-nepal/commitlint@v1
with:
verbose: true