Skip to content

feat: LEAP-2012: Add official docs remaining plugins to the repo (#10) #19

feat: LEAP-2012: Add official docs remaining plugins to the repo (#10)

feat: LEAP-2012: Add official docs remaining plugins to the repo (#10) #19

name: Validate Plugins
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
validate-structure:
name: Validate File Structure
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run Folder Structure Check
run: node validate-structure.mjs
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: latest
- name: Run Biome
run: biome ci .