Skip to content

Merge pull request #929 from marwoodandrew/fix-mm-moddate #188

Merge pull request #929 from marwoodandrew/fix-mm-moddate

Merge pull request #929 from marwoodandrew/fix-mm-moddate #188

Workflow file for this run

name: "Lint"
on: [push, pull_request]
defaults:
run:
working-directory: server
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install flake8
- run: flake8