Skip to content

docs(deployment): update README files with comprehensive deployment instructions #2913

docs(deployment): update README files with comprehensive deployment instructions

docs(deployment): update README files with comprehensive deployment instructions #2913

Workflow file for this run

name: Flake8 Lint
on:
push:
branches:
- 'develop'
- 'project/**'
pull_request:
branches:
- 'develop'
- 'project/**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Install Flake8
run: |
pip install flake8
- name: Run Linters
run: |
flake8