Skip to content

Update to match new Core API for getting build statuses. #8

Update to match new Core API for getting build statuses.

Update to match new Core API for getting build statuses. #8

Workflow file for this run

name: test_build
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop ]
jobs:
test_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- run: npm ci
- run: npm run build