Skip to content

Move authors back to a single line #4

Move authors back to a single line

Move authors back to a single line #4

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
- run: |
git config --global user.email "[email protected]"
git config --global user.name "Testbot"
- run: pixi run test