Skip to content

Fix potential form ID discrepancy between search form text input and button #2135

Fix potential form ID discrepancy between search form text input and button

Fix potential form ID discrepancy between search form text input and button #2135

Workflow file for this run

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