Skip to content

add test.yml

add test.yml #1

Workflow file for this run

name: Test Extension
on: []
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: yarn
- run: yarn run test