Skip to content

MAINT create a dev environment containing all dependencies #26

MAINT create a dev environment containing all dependencies

MAINT create a dev environment containing all dependencies #26

Workflow file for this run

name: Linter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.22.0
environments: lint
frozen: true
- name: Run linter
run: pixi run lint