Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

push

push #3997

Workflow file for this run

name: main
on: [push, repository_dispatch]
jobs:
build-and-test:
runs-on: ubuntu-latest
name: Build and test
steps:
- uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: '22.11.0'
- run: node bin/cm.js install
- run: npm test