Skip to content

Format changes for Apple News #195

Format changes for Apple News

Format changes for Apple News #195

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