Skip to content

feat: add bikedistance to config model #112

feat: add bikedistance to config model

feat: add bikedistance to config model #112

Workflow file for this run

name: CI
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
on:
push:
tags:
- '*'
branches:
- main
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
build-lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run build