Skip to content

db: Fix matching Publisher info w/ non-primary org-ids #958

db: Fix matching Publisher info w/ non-primary org-ids

db: Fix matching Publisher info w/ non-primary org-ids #958

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
architecture: x64
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/requirements_dev.txt') }}
- run: pip install -r requirements.txt
- run: pip install -r requirements_dev.txt
- run: flake8
# To local srcs, we must specifically exclude src
- run: black --check --exclude "/(\.eggs|\.git|_cache|src)/" ./