Skip to content

feat(backend): Add event type to span data (#233) #140

feat(backend): Add event type to span data (#233)

feat(backend): Add event type to span data (#233) #140

Workflow file for this run

name: "JS CI"
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
js-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run npm install
run: npm install
- name: Run npm build
run: npm run build
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}