Skip to content

Commit

Permalink
ci: add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXOUXAX committed Jan 29, 2024
1 parent cb93e6a commit be91500
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ jobs:
--output-file eslint-results-backend.sarif
continue-on-error: true

- run: |
ls -la
ls -la expo/
ls -la backend/
cat expo/eslint-results-expo.sarif
cat backend/eslint-results-backend.sarif
- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v3
with:
Expand Down

0 comments on commit be91500

Please sign in to comment.