Skip to content

chore: Add real sample app #50

chore: Add real sample app

chore: Add real sample app #50

Workflow file for this run

name: Test and Build Plugin
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run verify