Skip to content

fix: the pattern for git-url and make ref optional #16

fix: the pattern for git-url and make ref optional

fix: the pattern for git-url and make ref optional #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pixi
uses: prefix-dev/[email protected]
- name: Format and lint
run: |
pixi run fmt
pixi run check
- name: Generate schema
run: |
pixi run generate
- name: Test recipe schema
run: |
pixi run test
- name: Assert no changes
run: |
git diff --exit-code