diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index bbef997..f32107f 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -27,4 +27,5 @@ jobs: uses: wordpress/plugin-check-action@v1 with: build-dir: './mobile-bankid-integration' - exclude-directories: 'vendor' \ No newline at end of file + exclude-directories: 'vendor' + exclude-checks: 'plugin_readme' \ No newline at end of file