Skip to content

Commit da7d5da

Browse files
authored
Merge pull request #739 from ProgressPlanner/filip/exclude-direct-file-access-check
Exclude direct_file_access check from plugin-check
2 parents 583be3c + 59062f5 commit da7d5da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/plugin-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
unzip ${{ github.event.repository.name }}.zip -d build
2727
2828
- name: Run plugin check
29-
uses: wordpress/plugin-check-action@v1.0.6
29+
uses: wordpress/plugin-check-action@v1.1.4
3030
with:
3131
build-dir: './build/${{ github.event.repository.name }}'
32+
exclude-checks: |
33+
direct_file_access

0 commit comments

Comments
 (0)