Skip to content

chore(ci): Update Pixi #364

chore(ci): Update Pixi

chore(ci): Update Pixi #364

Workflow file for this run

name: Lint
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
types:
- labeled
- synchronize
- opened
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Set up pixi
uses: prefix-dev/setup-pixi@main
with:
environments: lint
- name: lint (if this step fails, please 'pixi run lint' locally and push the changes)
run: pixi run lint