Skip to content

Workflow file for this run

name: Test and Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:

Check failure on line 9 in .github/workflows/test-and-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-and-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
build:
- uses: prefix-dev/[email protected]
with:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
pixi-version: v0.30.0
cache: true
- run: pixi run test