Skip to content

[Subsídio] Incorpora novo teste para verificar se as viagens foram processadas com o feed correto do GTFS #7340

[Subsídio] Incorpora novo teste para verificar se as viagens foram processadas com o feed correto do GTFS

[Subsídio] Incorpora novo teste para verificar se as viagens foram processadas com o feed correto do GTFS #7340

Workflow file for this run

name: Lint Python
on:
pull_request:
jobs:
docker_lint:
name: Lint Python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.9.x"
- name: Set up Poetry and upgrade pip
run: |
pip install -U pip poetry
- name: Install flows
run: |
poetry install
- name: Lint with flake8
run: |
poetry run lint