Skip to content

Add performance test action #6

Add performance test action

Add performance test action #6

Workflow file for this run

name: 'plugin-check'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@main