Skip to content

chore(pre-commit): update ruff to v0.14.14 #51

chore(pre-commit): update ruff to v0.14.14

chore(pre-commit): update ruff to v0.14.14 #51

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@9865da4f86a4523e4a80597d7760763d86adafd8 # v1.1.9
with:
args: "-vv --no-merge-commit --config=.config/committed.toml"