Skip to content

Documenting max Google pagination size #204

Documenting max Google pagination size

Documenting max Google pagination size #204

Workflow file for this run

---
name: Lint and Test
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches: ["main"]
permissions:
contents: read
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: pip
python-version: 3.12
- run: python -m pip install .[dev]
- uses: pre-commit/action@v3.0.1
- name: test
run: pytest --verbose
env:
SERPAPI_API_KEY: ${{ secrets.SERPAPI_API_KEY }}
SEMANTIC_SCHOLAR_API_KEY: ${{ secrets.SEMANTIC_SCHOLAR_API_KEY }}