Skip to content

Init

Init #1

Workflow file for this run

on: [push]
jobs:
plugin_json:
runs-on: ubuntu-latest
name: Test some plugin.json files
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test minimal.json
uses: ./
with:
file: test/minimal.json
- name: Test full.json
uses: ./
with:
file: test/full.json