Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Merge pull request #11 from imCorfitz/refactor/plugin-template #9

Merge pull request #11 from imCorfitz/refactor/plugin-template

Merge pull request #11 from imCorfitz/refactor/plugin-template #9

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: yarn install
- run: cd dev && yarn install
- run: yarn test