Skip to content

docs: update GitHub Actions Inputs section #23

docs: update GitHub Actions Inputs section

docs: update GitHub Actions Inputs section #23

Workflow file for this run

name: Commitlint
on:
push:
branches: ['main']
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
name: Commitlint
steps:
- uses: actions/checkout@v4
- name: Run commitlint
# uses: opensource-nepal/commitlint@v1
uses: ./
with:
verbose: true