Skip to content

rm gitattributes

rm gitattributes #3

Workflow file for this run

# FILE: .github/workflows/test.yaml
name: Run software tests
on:
push:
pull_request:
branches:
- main
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.25.0
cache: true
- run: pixi run test