Skip to content

adding placeholder files in old docs structure, and removing pypy/cod… #48

adding placeholder files in old docs structure, and removing pypy/cod…

adding placeholder files in old docs structure, and removing pypy/cod… #48

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build-image:
uses: ./.github/workflows/_build-image.yml
build:
needs: build-image
uses: ./.github/workflows/_build.yml
docs:
uses: ./.github/workflows/_docs.yml
release:
needs: build
uses: ./.github/workflows/_release.yml
conainer-release:
needs: build
uses: ./.github/workflows/_container-release.yml