upping beta version after production release + add license in readme … #37
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: wordpress/plugin-check-action@v1 | |
with: | |
exclude-directories: 'vendor,classes/external' | |
exclude-checks: | | |
late_escaping | |
plugin_review_phpcs | |
file_type |