Skip to content

Bump indicium from 0.6.9 to 0.6.10 #529

Bump indicium from 0.6.9 to 0.6.10

Bump indicium from 0.6.9 to 0.6.10 #529

Workflow file for this run

name: pre-commit
on:
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}-precommit
cancel-in-progress: true
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Install mise and tools
uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: true
install_args: uv prek rust
cache: true
- name: Run pre-commit hooks
run: prek run --show-diff-on-failure --color=always --all-files