Skip to content

[Snyk] Security upgrade python from 3.9-alpine to 3.13.0a3-alpine #11

[Snyk] Security upgrade python from 3.9-alpine to 3.13.0a3-alpine

[Snyk] Security upgrade python from 3.9-alpine to 3.13.0a3-alpine #11

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: "."