Skip to content

Update plugin-check.yml to exclude specific files #1

Update plugin-check.yml to exclude specific files

Update plugin-check.yml to exclude specific files #1

Workflow file for this run

name: Reusable Plugin Check
on:
workflow_call:
jobs:
plugin-check:
runs-on: ubuntu-latest
steps:
- name: Prepare build
uses: lubusIN/.github/.github/actions/prepare-build@main
with:
checkout-ref: ${{ github.sha }}
fetch-depth: 0

Check failure on line 16 in .github/workflows/plugin-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/plugin-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- name: Run WordPress Plugin Check
uses: wordpress/plugin-check-action@v1
with:
exclude-directories: |
src
vendor
node_modules
.github
_playground
_wordpress-org
exclude-files: |
**/.git*
**/.github/**
**/.DS_Store
**/.*