Skip to content

[Feature] Nearby bus stops #195

[Feature] Nearby bus stops

[Feature] Nearby bus stops #195

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
- name: npm ci, build and test
run: |
npm ci
npm run build --if-present