Skip to content

Support push event by associating with open pull requests #35

Support push event by associating with open pull requests

Support push event by associating with open pull requests #35

Workflow file for this run

name: build-workflow-telemetry
on:
pull_request:
branches:
- "master"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run all
- name: Verify no unstage changes
run: tests/verify-no-unstaged-changes.sh