Skip to content

Add convention version to INTERFACE #62

Add convention version to INTERFACE

Add convention version to INTERFACE #62

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: setup-pixi
uses: prefix-dev/[email protected]
- name: Run tests
run: pixi run test