Skip to content

Bump the gh-actions group with 3 updates #1019

Bump the gh-actions group with 3 updates

Bump the gh-actions group with 3 updates #1019

Workflow file for this run

name: Pre-commit
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 2
- uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
with:
pixi-version: v0.63.2
- name: Run pre-commit
run: pixi run lint