Skip to content

chore: check commit messages with committed #57

chore: check commit messages with committed

chore: check commit messages with committed #57

Workflow file for this run

name: Main push and PR checks
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0 # for committed
- uses: jdx/mise-action@5bb8f8c1911837cf42064e6490e7634fc842ee7e # v2.1.8
- uses: crate-ci/committed@ebdd4381247845abba019a2db29fe1c24662e4f1 # v1.1.5
with:
args: -vv --config .config/committed.toml --no-merge-commit
if: ${{ github.event_name == 'pull_request' }}
- name: Check code
env:
FORCE_COLOR: true
LEFTHOOK_QUIET: meta,execution
run: lefthook run pre-commit --all-files --force --no-tty