Skip to content

Add native Grok plugin support #23

Add native Grok plugin support

Add native Grok plugin support #23

Workflow file for this run

name: Plugin validation
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Validate the plugin bundle
run: npm test