Skip to content

fix: Fix Strava webhook callback URL (#249) #133

fix: Fix Strava webhook callback URL (#249)

fix: Fix Strava webhook callback URL (#249) #133

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