Skip to content

chore(deps): update dprint/dprint-plugin-json to v0.21.0 #142

chore(deps): update dprint/dprint-plugin-json to v0.21.0

chore(deps): update dprint/dprint-plugin-json to v0.21.0 #142

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0 # for commit message checks
- uses: jdx/mise-action@156251fcc627ac4e26cb0f93dd47d1d4979abf24 # v3.3.0
- 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