Skip to content

feat: add a schema for the pixi.toml #1723

feat: add a schema for the pixi.toml

feat: add a schema for the pixi.toml #1723

Workflow file for this run

name: pre-commit
on:
push:
branches: [ "main" ]
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
env:
# As the rust GitHub action is better at the rust jobs it can be skipped in this job.
SKIP: clippy,fmt