Skip to content

DRAFT: Introduce automatic execution of tasks (via GitHub action) #8

DRAFT: Introduce automatic execution of tasks (via GitHub action)

DRAFT: Introduce automatic execution of tasks (via GitHub action) #8

Workflow file for this run

name: miminal
on:
push:
pull_request:
jobs:
build:
runs-on: ghcr.io/prefix-dev/pixi:latest
steps:
- uses: actions/checkout@v2
- name: Basics
run: |
pixi --version
- name: build all
run: |
pixi run clean
pixi run build
# pixi run check
# pixi run docs
#