Skip to content

feat: add process-compose (#977) #263

feat: add process-compose (#977)

feat: add process-compose (#977) #263

name: test
on:
push:
branches:
- master
paths:
- plugins/*
- README.md
jobs:
all_plugins:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test all plugins pass our requirements
run: bash scripts/test_plugin.bash --all