Skip to content

EMBR-10483: Switch to a buffered POST beacon for JS errors #591

EMBR-10483: Switch to a buffered POST beacon for JS errors

EMBR-10483: Switch to a buffered POST beacon for JS errors #591

name: lux.js coding standards
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint:fix