Skip to content

update github actions and add black linter for PRs #1078

update github actions and add black linter for PRs

update github actions and add black linter for PRs #1078

Workflow file for this run

name: AddBinderBadge
on:
pull_request_target:
jobs:
badge:
runs-on: ubuntu-latest
steps:
- uses: manics/action-binderbadge@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}