Skip to content

refactor: update documentation for beforeSend and beforeBreadcrumb ho… #80

refactor: update documentation for beforeSend and beforeBreadcrumb ho…

refactor: update documentation for beforeSend and beforeBreadcrumb ho… #80

name: CI
on:
push:
pull_request:
jobs:
lint-and-build:
name: Check lint and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Generate version file
run: yarn prebuild
- name: Run linter
run: yarn lint:test
- name: Build project
run: yarn build