Skip to content

Speed up config val retrieval by caching #251

Speed up config val retrieval by caching

Speed up config val retrieval by caching #251

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
auto-activate-base: true
activate-environment: ""
miniforge-version: latest
conda-solver: libmamba
conda-remove-defaults: true
- name: black check
shell: bash -l {0}
run: |
conda install -n base -c conda-forge black -y
black .