Skip to content

GTFS RT date, time, and trip labeling updates #6322

GTFS RT date, time, and trip labeling updates

GTFS RT date, time, and trip labeling updates #6322

Workflow file for this run

name: Lint and style checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]
# - uses: gaurav-nelson/github-action-markdown-link-check@v1
# - uses: docker://avtodev/markdown-lint:v1
# with:
# args: '**/*.md'
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: crate-ci/typos@master
with:
files: ./docs/**