Skip to content

refactor!: Convert NrrdVoxels sources into a dictionary (was list), c… #113

refactor!: Convert NrrdVoxels sources into a dictionary (was list), c…

refactor!: Convert NrrdVoxels sources into a dictionary (was list), c… #113

Workflow file for this run

name: Check branch commit
on:
push:
branches:
- '**' # matches every branch ...
- '!main' # ... that is not main
jobs:
isort:
uses: ./.github/workflows/isort.yml
black:
uses: ./.github/workflows/black.yml
build:
uses: ./.github/workflows/build.yml
docs:
uses: ./.github/workflows/docs.yml
api:
uses: ./.github/workflows/api.yml