Skip to content

feat: scraper for listings #33

feat: scraper for listings

feat: scraper for listings #33

Workflow file for this run

name: Pre-commit linter
on: push
jobs:
run-linters:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Set up pre-commit Cache
uses: pre-commit/[email protected]