adding documentation for certificate change problems #371
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Flake8 test the repo. | |
name: Flake8 | |
on: | |
push: | |
branches: [ prod, main, WD, manke] | |
pull_request: | |
branches: [ prod, main, WD, manke] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: flake8 | |
uses: actions/checkout@v2 | |
with: | |
python-version: 3.9.2 | |
- run: | | |
python -m pip install --upgrade pip | |
pip install flake8==4.0.1 | |
flake8 |