Skip to content

Add guard for token being None #71

Add guard for token being None

Add guard for token being None #71

Workflow file for this run

name: black
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/[email protected]
with:
options: "--check --verbose"
jupyter: false