Skip to content

fix: bump bsb-core and bsb-hdf5 version and fix GHA for PR #10

fix: bump bsb-core and bsb-hdf5 version and fix GHA for PR

fix: bump bsb-core and bsb-hdf5 version and fix GHA for PR #10

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