Skip to content

[Snyk] Security upgrade python from 3.9-alpine to 3.12.0a1-alpine #41

[Snyk] Security upgrade python from 3.9-alpine to 3.12.0a1-alpine

[Snyk] Security upgrade python from 3.9-alpine to 3.12.0a1-alpine #41

Workflow file for this run

name: Black Lint Check
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "."