Skip to content

docs: add CI, license, and release badges to README #2

docs: add CI, license, and release badges to README

docs: add CI, license, and release badges to README #2

Workflow file for this run

name: Validate Plugin
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run plugin validation
run: |
chmod +x tests/validation/validate-plugin.sh
./tests/validation/validate-plugin.sh