Skip to content

chore: switch from gitlint to committed #3

chore: switch from gitlint to committed

chore: switch from gitlint to committed #3

Workflow file for this run

name: Lint commits
on:
pull_request:
permissions: {}
jobs:
lint-commits:
name: Lint commits
runs-on: ubuntu-latest
env:
FORCE_COLOR: true
permissions:
contents: read
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0
persist-credentials: false
- uses: crate-ci/committed@bb02f309663f9baced8dbd5fdd80c6369ddf3efd # v1.1.8
with:
args: "-vv --no-merge-commit --config=.config/committed.toml"