Skip to content

Add more ARC workflows #258

Add more ARC workflows

Add more ARC workflows #258

Workflow file for this run

name: npm_ci
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "16"
- run: npm install