Skip to content

auth file is encoded as base64 #17

auth file is encoded as base64

auth file is encoded as base64 #17

Workflow file for this run

name: Code Layout
on: push
jobs:
code_style_python:
name: Python code convention check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --diff"