Skip to content

Commit

Permalink
change the linting running dir
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Jan 11, 2024
1 parent b023da7 commit 8dc2b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
while IFS= read -r file; do
if [[ $file == *.js || $file == *.ts || $file == *.tsx ]]; then
echo "linting file $file"
yarn lint "$file"
yarn lint "../$file"
fi
done < /tmp/changed_files.txt
else
Expand Down

0 comments on commit 8dc2b5d

Please sign in to comment.