Skip to content

Release 0.2026.2

Release 0.2026.2 #480

Workflow file for this run

name: lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
# Repository
- name: Checkout the code
uses: actions/checkout@v4
# Environment
- name: Set up Pixi
uses: prefix-dev/setup-pixi@v0.8.9
# Lint
- name: Lint
run: |
pixi run -e lint lint