Skip to content

Commit

Permalink
Fix source
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed May 12, 2023
1 parent be3aa73 commit b96aaa7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.'

0 comments on commit b96aaa7

Please sign in to comment.