Skip to content

update unit tests per keripy updates. credential tests still fail #1

update unit tests per keripy updates. credential tests still fail

update unit tests per keripy updates. credential tests still fail #1

name: Enforce Python Code Formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Install black
run: pip install black
- name: Run black
run: black --check .