Skip to content

gh-action add test

gh-action add test #70

Workflow file for this run

name: Pylint
on: [push]
jobs:
build:
runs-on: [macOs-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.39.0
cache: false
- run: pixi run lint
- run: pixi run test