Skip to content

Add OIDC support (#77) #830

Add OIDC support (#77)

Add OIDC support (#77) #830

Workflow file for this run

name: Code formatting check
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v2
- name: Run black
uses: psf/black@stable