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.'