Skip to content

DOC add mention of pre-commit #29

DOC add mention of pre-commit

DOC add mention of pre-commit #29

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 -e lint lint