Skip to content

Commit

Permalink
Add directory listing command to backend ESLint job for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Nov 11, 2024
1 parent 1b4e0bd commit 293ef90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
npx [email protected]
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
ls -al
working-directory: ./backend
continue-on-error: true
- name: Upload analysis results to GitHub
Expand Down

0 comments on commit 293ef90

Please sign in to comment.