Skip to content

Include node_modules #4

Include node_modules

Include node_modules #4

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