CI(GitHub Actions): fix php -l script
Summary: Was not calling from the repo rootdir. Fix it. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `arc land`. Wait for GitHub Actions to run. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D149
This commit is contained in:
parent
b28b636f0a
commit
50a7eeb582
1 changed files with 1 additions and 1 deletions
2
.github/workflows/quicksyntaxcheck.yml
vendored
2
.github/workflows/quicksyntaxcheck.yml
vendored
|
@ -13,4 +13,4 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: PHP Basic Syntax Check
|
- name: PHP Basic Syntax Check
|
||||||
run: php -l PhabExt/PhabricatorCustomRobotsTxtController.php
|
run: php -l {{ $github.workspace }}/PhabExt/PhabricatorCustomRobotsTxtController.php
|
||||||
|
|
Loading…
Reference in a new issue