Skip to content

Additional fixes for the plugin check action #2

Additional fixes for the plugin check action

Additional fixes for the plugin check action #2

Workflow file for this run

name: 'WordPress Plugin Check'
on: # rebuild any PRs and trunk branch changes
pull_request:
push:
branches:
- trunk
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run plugin check
uses: wordpress/plugin-check-action@v1
exclude-directories: |

Check failure on line 17 in .github/workflows/plugincheck.yml

View workflow run for this annotation

GitHub Actions / WordPress Plugin Check

Invalid workflow file

The workflow is not valid. .github/workflows/plugincheck.yml (Line: 17, Col: 7): Unexpected value 'exclude-directories' .github/workflows/plugincheck.yml (Line: 20, Col: 7): Unexpected value 'exclude-files'
'./bin'
'./.github'
exclude-files: |
'.gitmodules'
'.gitattributes'
'.editorconfig'
'.eslintrc.js'