Skip to content

GTFS import: mount local download.sh into postgtfs-gtfs-importer #375

GTFS import: mount local download.sh into postgtfs-gtfs-importer

GTFS import: mount local download.sh into postgtfs-gtfs-importer #375

Workflow file for this run

name: validate
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
# make workflow "callable" by others
workflow_call:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: validate docker-compose.yml
run: |
docker compose config
- name: validate docker-compose.dev.yml
run: |
docker compose -f docker-compose.dev.yml config