Skip to content

feat(zip): add offline US ZIP enrichment to form-fill pipeline #79

feat(zip): add offline US ZIP enrichment to form-fill pipeline

feat(zip): add offline US ZIP enrichment to form-fill pipeline #79

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install linter
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run linter
run: |
ruff check src/ --output-format=github