We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c257ea5 commit 5b27a29Copy full SHA for 5b27a29
1 file changed
.github/workflows/tests.yml
@@ -5,7 +5,7 @@ env:
5
SNIFF: 1 # Run code sniffer on your code? 1 or 0
6
IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0
7
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
+ EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
9
PHPBB_BRANCH: 3.3.x # The phpBB branch to run tests on
10
11
on:
0 commit comments