Remove global variable and fixed load_plugin_textdomain #7
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: 'build-test' | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
- 'releases/*' | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Run plugin check | |
uses: wordpress/plugin-check-action@v1 | |
with: | |
exclude-directories: '.github,vendor' | |
categories: | | |
accessibility | |
general | |
performance | |
security |