Skip to content

Bump the gh-actions group with 2 updates (#82) #431

Bump the gh-actions group with 2 updates (#82)

Bump the gh-actions group with 2 updates (#82) #431

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 2
- uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d # v0.8.3
with:
pixi-version: v0.37.0
- name: Run pre-commit
run: pixi run lint