Skip to content

feat: PluginA Test #159

feat: PluginA Test

feat: PluginA Test #159

Workflow file for this run

name: Lint & Build
on:
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint files
run: gulp lint
- name: Package UI
run: gulp bundle