Skip to content

chore(deps): update dependency prefix-dev/pixi to v0.54.2 #67

chore(deps): update dependency prefix-dev/pixi to v0.54.2

chore(deps): update dependency prefix-dev/pixi to v0.54.2 #67

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
concurrency:
# Concurrency group that uses the workflow name and PR number if available
# or commit SHA as a fallback. If a new build is triggered under that
# concurrency group while a previous build is running it will be canceled.
# Repeated pushes to a PR will cancel all previous builds, while multiple
# merges to main will not cancel.
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0
env:
# renovate: datasource=github-releases depName=prefix-dev/pixi
PIXI_VERSION: v0.54.2
with:
pixi-version: ${{ env.PIXI_VERSION }}
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: |
~/.cache/pre-commit
key: pre-commit|${{ runner.arch }}-${{ hashFiles('.pre-commit-config.yaml', 'pixi.lock') }}
- name: Run
run: pixi run pre-commit