Skip to content

fix: track requests from js library #6 #18

fix: track requests from js library #6

fix: track requests from js library #6 #18

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: "npm"
- run: npm ci
- run: npm run lint && npm run test && npm run build