Skip to content

Improve docker file to allow for caching: Part 1 of many #1443

Improve docker file to allow for caching: Part 1 of many

Improve docker file to allow for caching: Part 1 of many #1443

Workflow file for this run

---
name: Python Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@main