Skip to content

chore(deps): update jdx/mise-action action to v2.4.2 #120

chore(deps): update jdx/mise-action action to v2.4.2

chore(deps): update jdx/mise-action action to v2.4.2 #120

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 commit message checks
- uses: jdx/mise-action@eb2f5cb41b0a8175dad2f797e3daca6fe7795a19 # v2.4.2
- name: Check commit messages
run: lefthook run commit-msgs-on-pr-branch --no-tty
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