Skip to content

Adds 'ci' justfile target. (#319) #137

Adds 'ci' justfile target. (#319)

Adds 'ci' justfile target. (#319) #137

Workflow file for this run

name: Main
on:
push:
branches:
- main
jobs:
agent:
uses: ./.github/workflows/agent.yaml
web:
uses: ./.github/workflows/web.yaml
build:
uses: ./.github/workflows/build.yaml
bats:
needs: build
uses: ./.github/workflows/bats.yaml
cypress:
needs: build
uses: ./.github/workflows/cypress.yaml
# Extensions
jupyterlab:
uses: ./.github/workflows/jupyterlab.yaml
positron:
uses: ./.github/workflows/positron.yaml