feat: implement inputs
and outputs
hash based task skipping
#12
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |
pixi-version: v0.15.2 | |
cache: true | |
- name: Test Schema | |
run: | | |
pixi run -e default test-schema |