Skip to content

feat: Use SPM project structure (#20) #49

feat: Use SPM project structure (#20)

feat: Use SPM project structure (#20) #49

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