Skip to content

Commit

Permalink
Remove some comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Dec 20, 2023
1 parent c105885 commit 0ef3dcb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ jobs:
# Step to lint changed JavaScript/TypeScript files
- name: Lint changed files
run: |
# Extract changed files as JSON
CHANGED_FILES_JSON='${{ steps.changed-files.outputs.all }}'
# Convert JSON to array of file paths
CHANGED_FILES=$(echo $CHANGED_FILES_JSON | jq -r '.[]' | grep -E "\.(js|ts|tsx)$")
echo "Changed JavaScript/TypeScript files:"
echo $CHANGED_FILES
Expand Down

0 comments on commit 0ef3dcb

Please sign in to comment.