Skip to content

Merge branch 'develop' of github.com:blueinkhq/blueink-client-python … #26

Merge branch 'develop' of github.com:blueinkhq/blueink-client-python …

Merge branch 'develop' of github.com:blueinkhq/blueink-client-python … #26

Workflow file for this run

name: Style Checks
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
version: "~= 22.0"