Skip to content

integrate most recent version of jsmin.php (2.4.1), _should_ fix http… #28

integrate most recent version of jsmin.php (2.4.1), _should_ fix http…

integrate most recent version of jsmin.php (2.4.1), _should_ fix http… #28

Workflow file for this run

name: 'Plugin Checker'
on:
pull_request:
push:
branches:
- beta
jobs:
prepare:
name: "Plugin Checker"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run plugin check
uses: swissspidy/wp-plugin-check-action@main
with:
exclude-directories: 'vendor,classes/external'
exclude-checks: |
late_escaping
plugin_review_phpcs
file_type