Skip to content

style: namespace without brackets #7

style: namespace without brackets

style: namespace without brackets #7

Workflow file for this run

name: Commit Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint commit message
uses: wagoid/commitlint-github-action@v5
- name: Check no !fixup commits
if: ${{ github.event_name == 'pull_request' }}
uses: 13rac1/[email protected]