Skip to content

Commit 5b27a29

Browse files
committed
Check executable files
1 parent c257ea5 commit 5b27a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
SNIFF: 1 # Run code sniffer on your code? 1 or 0
66
IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0
77
EPV: 1 # Run EPV (Extension Pre Validator) on your code? 1 or 0
8-
EXECUTABLE_FILES: 0 # Run check for executable files? 1 or 0
8+
EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
99
PHPBB_BRANCH: 3.3.x # The phpBB branch to run tests on
1010

1111
on:

0 commit comments

Comments
 (0)