Skip to content

Add AppSignal example #70

Add AppSignal example

Add AppSignal example #70

Workflow file for this run

on:
pull_request: {}
jobs:
audit:
runs-on: ubuntu-latest
container: node:22.6.0-alpine3.19
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm --workspaces audit --audit-level high
test:
runs-on: ubuntu-latest
container: node:22.6.0-alpine3.19
steps:
- run: corepack enable
- uses: actions/checkout@v4
- run: npm --no-workspaces ci
- run: npm run generate
- run: npm --workspaces ci
- run: npm --workspaces test