Skip to content

update lock

update lock #2

Workflow file for this run

name: Run checks on push to main
on:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.25.0
cache: true
environments: dev
activate-environment: dev
- run: ruff check
continue-on-error: true
- run: ruff format --check
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.25.0
cache: true
environments: default
activate-environment: default
- run: pyright