Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Dec 21, 2023
1 parent 93c5cb4 commit ffe6ab2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ jobs:
CHANGED_FILES=$(cat changed_files.txt | grep -E '\.(js|ts|tsx)$' || true)
echo "::set-output name=changed::${CHANGED_FILES}"
working-directory: OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}

- name: Debug - List workspace after checkout
run: |
pwd
ls -l
ls -l OpenSearch-Dashboards/plugins/

- name: Lint Changed Files
run: |
Expand Down

0 comments on commit ffe6ab2

Please sign in to comment.