Skip to content

Fix CI and simplify testing infrastructure #9

Fix CI and simplify testing infrastructure

Fix CI and simplify testing infrastructure #9

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
ci:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: mise run ci