integrate most recent version of jsmin.php (2.4.1), _should_ fix http… #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |