Skip to content

Using an AJAX method to generate cache files #9

Using an AJAX method to generate cache files

Using an AJAX method to generate cache files #9

Workflow file for this run

name: "Plugin Check"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- trunk
- "releases/*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@v1
with:
exclude-checks: "trademarks,file_type"
exclude-directories: ".github,bin,vendor"