Skip to content

doc(set_config): fix the doc string of set_config (#1822) #19

doc(set_config): fix the doc string of set_config (#1822)

doc(set_config): fix the doc string of set_config (#1822) #19

name: Run code format checks
on:
push:
branches:
- "main"
pull_request:
branches:
- '*'
jobs:
run-pre-commit-checks:
name: Run pre-commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.59.0
frozen: true
- name: Run tests
run: pixi run -e lint lint