Skip to content

Do not ask for "passenger_information_display" if "departures_board" is "realtime" #1822

Do not ask for "passenger_information_display" if "departures_board" is "realtime"

Do not ask for "passenger_information_display" if "departures_board" is "realtime" #1822

Workflow file for this run

name: Code Validation
on:
push:
branches:
- master
pull_request:
# Allow running this workflow manually from the Actions tab
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run shared environment setup steps
uses: ./.github/actions/environment_setup
- name: Run static analysis and style guideline checks
run: flutter analyze