Skip to content

Added back global bibliography to troubleshoot. #2

Added back global bibliography to troubleshoot.

Added back global bibliography to troubleshoot. #2

Workflow file for this run

name: Black
on:
push:
branches:
- main
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./regridding"