Skip to content

Add ability to add features to existing track without retracking #972

Add ability to add features to existing track without retracking

Add ability to add features to existing track without retracking #972

name: Check Python File Formatting with Black
on: [push, pull_request]
jobs:
formatting_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up conda
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment-ci.yml
generate-run-shell: true
cache-environment: true
cache-downloads: true
- name: Check formatting
shell: micromamba-shell {0}
run:
black --version &&
black tobac --check --diff