Skip to content

Add ability to mark a trip as round trip #538

Add ability to mark a trip as round trip

Add ability to mark a trip as round trip #538

Workflow file for this run

name: Verify
on:
workflow_call:
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm ci
- run: npm run lint