Skip to content

chore: release 2.19.0 #533

chore: release 2.19.0

chore: release 2.19.0 #533

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
persist-credentials: false
- uses: crate-ci/committed@faeed42f2e10c244533a01525f13c4d8b6ce383f # v1.1.11
with:
args: "-vv --no-merge-commit --config=.config/committed.toml"