Skip to content

[Novo spider]: Guaratuba-PR #1138 #2041

[Novo spider]: Guaratuba-PR #1138

[Novo spider]: Guaratuba-PR #1138 #2041

Workflow file for this run

name: Run tests
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: pip install pre-commit
- name: Check pre-commit hooks
run: pre-commit run --all