Skip to content

Workflow file for this run

name: Testing
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
steps:

Check failure on line 17 in .github/workflows/testing.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/testing.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- name: Initialising
- uses: actions/checkout@v4
-name: Setup Pixi
- uses: prefix-dev/setup-pixi@v0.8.1
- name: Run tests
run: pixi run test