Skip to content

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

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

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

Workflow file for this run

---
name: Python Lint
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'requirements.docs.txt'
- 'mkdocs.yml'
- 'CNAME'
pull_request:
paths-ignore:
- 'docs/**'
- 'requirements.docs.txt'
- 'mkdocs.yml'
- 'CNAME'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: psf/black@main