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

remove outdated workflow #221

remove outdated workflow

remove outdated workflow #221

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Test & Build
run: |
npm ci
npm run extension:build
npm run test:ci