Skip to content

Merge pull request #3 from Post-Math/ci/sync-action-versions #8

Merge pull request #3 from Post-Math/ci/sync-action-versions

Merge pull request #3 from Post-Math/ci/sync-action-versions #8

Workflow file for this run

name: CI
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
name: validate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: "20"
- name: Syntax-check plugin source
run: node --check main.js
- name: Validate manifest, versions & required files
run: node scripts/validate.mjs