Skip to content

ci: P2 optimizations — split PR workflow, deduplicate lint, add webpa… #11

ci: P2 optimizations — split PR workflow, deduplicate lint, add webpa…

ci: P2 optimizations — split PR workflow, deduplicate lint, add webpa… #11

Workflow file for this run

name: verify_branch
on:
push:
branches:
- '**'
- '!master'
- '!development'
- '!v4_main'
- '!v4_development'
jobs:
build_and_unit_test:
runs-on: ubuntu-24.04
steps:
# On push events, actions/checkout checks out the branch directly (no merge with a target branch).
# This only verifies the branch in isolation, unlike pull_request events which test a merge commit.
- uses: actions/checkout@v4
- name: Setup dash.js
uses: ./.github/actions/setup-dashjs
- name: Build and run unit tests
run: npm run build