From b96aaa7b1884fc1014b2b5f0e73df3dfc1a7a4d9 Mon Sep 17 00:00:00 2001 From: rory Date: Thu, 11 May 2023 22:46:54 -0700 Subject: [PATCH] Fix source --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 20b1bb27b27c..e8564c0a3056 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,6 @@ jobs: - name: Verify there's no Prettier diff run: | - ls - source Expensify/App/scripts/shellUtils.sh + source ./scripts/shellUtils.sh npm run prettier git diff --name-only --exit-code || error 'Error: Prettier diff detected! Please run \`npm run prettier\` and commit the changes.'