Skip to content

chore(ci): bump prefix-dev/setup-pixi from 0.6.0 to 0.7.0 in the depe… #11

chore(ci): bump prefix-dev/setup-pixi from 0.6.0 to 0.7.0 in the depe…

chore(ci): bump prefix-dev/setup-pixi from 0.6.0 to 0.7.0 in the depe… #11

Workflow file for this run

name: Test Schema
on:
push:
branches:
- main
paths-ignore:
- "docs/**"
- "mkdocs.yml"
- "*.md"
workflow_dispatch:
pull_request:
paths:
- "**/pixi.toml"
- "schema/**"
- "**/schema.yml"
jobs:
test-schema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
cache: true
environments: schema
- name: Ensure schema is up-to-date
run: |
pixi run -e schema generate-schema
git diff --exit-code
- name: Test Schema
run: |
pixi run -e schema test-schema
git diff --exit-code