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:
revi 2024-05-26 15:01:24 +09:00
parent b28b636f0a
commit 50a7eeb582
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94

View file

@ -13,4 +13,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PHP Basic Syntax Check
run: php -l PhabExt/PhabricatorCustomRobotsTxtController.php
run: php -l {{ $github.workspace }}/PhabExt/PhabricatorCustomRobotsTxtController.php