Skip to content

Merge pull request #17 from aj3sh/linting-actions #5

Merge pull request #17 from aj3sh/linting-actions

Merge pull request #17 from aj3sh/linting-actions #5

Workflow file for this run

name: Commitlint
on:
push:
branches: ["main"]
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
name: Check commit messages
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run commitlint
uses: ./ # Uses an action in the root directory
# or use a released GitHub Action
# uses: opensource-nepal/[email protected]