Skip to content

Refactor Error Messages for Greater Clarity and Topic Ref (#23) #63

Refactor Error Messages for Greater Clarity and Topic Ref (#23)

Refactor Error Messages for Greater Clarity and Topic Ref (#23) #63

Workflow file for this run

name: ci
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: yarn
- name: Run Plugin Tests
run: npm test