Skip to content

Merge branch 'librarian-v2' of https://github.com/simonsobs/librarian… #30

Merge branch 'librarian-v2' of https://github.com/simonsobs/librarian…

Merge branch 'librarian-v2' of https://github.com/simonsobs/librarian… #30

Workflow file for this run

name: Formatting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
continue-on-error: true
with:
options: "--check --verbose"
- uses: isort/isort-action@master
continue-on-error: true