Skip to content

docs: roll CI infra into v0.3.1 changelog section #3

docs: roll CI infra into v0.3.1 changelog section

docs: roll CI infra into v0.3.1 changelog section #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Validate plugin repo
run: node scripts/validate.mjs