If widget auto title function is utilised with no extra widget metabo… #44
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: 'WP plugin check' | |
on: | |
push: | |
branches: "*" | |
pull_request: | |
jobs: | |
standard: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Run plugin check | |
uses: swissspidy/wp-plugin-check-action@v1 | |
with: | |
build-dir: './dist' | |
exclude-directories: 'vendor,.wordpress-org' | |