Skip to content

feat: Browser Navigation Instrumentation #17982

feat: Browser Navigation Instrumentation

feat: Browser Navigation Instrumentation #17982

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 18
cache: npm
- run: npm ci --ignore-scripts
- name: Compile
run: npm run compile
- name: Lint
run: |
npm run lint