We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64fede commit 1b53925Copy full SHA for 1b53925
.github/jobs/syntax-check
@@ -3,7 +3,9 @@
3
4
set -euo pipefail
5
# shellcheck disable=SC2242
6
-cd "$(dirname "$0")" || exit -1
+
7
+# Change directory to the root of the repo relative to this script file
8
+cd "$(dirname "$0")/../../" || exit -1
9
10
PHP=$(command -v php)
11
if [ ! -x "$PHP" ]; then
0 commit comments