Skip to content

feat: Improve Strava webhook logging #134

feat: Improve Strava webhook logging

feat: Improve Strava webhook logging #134

Workflow file for this run

name: Unit Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run test
- run: npm run lint