Skip to content

Merge pull request #3655 from rebeccacremona/remove-availability-check #2076

Merge pull request #3655 from rebeccacremona/remove-availability-check

Merge pull request #3655 from rebeccacremona/remove-availability-check #2076

Workflow file for this run

name: Lints
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Flake8
working-directory: perma_web
run: |
pip install `egrep -o 'flake8==\S+' requirements.txt` # install our version of flake8
flake8