Skip to content

Add cidades Instar e Doem (Ourinhos-SP, Botucatu-SP, Itamaraju-BA) #1328

Add cidades Instar e Doem (Ourinhos-SP, Botucatu-SP, Itamaraju-BA)

Add cidades Instar e Doem (Ourinhos-SP, Botucatu-SP, Itamaraju-BA) #1328

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