Skip to content

Dockerise testing for dev #501

Dockerise testing for dev

Dockerise testing for dev #501

Workflow file for this run

---
name: Python Style Check
on: [pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]