Debug logging
This commit is contained in:
parent
c370e95e94
commit
c328a5233e
@ -18,7 +18,14 @@ jobs:
|
|||||||
# super-linter needs the full git history to get the
|
# super-linter needs the full git history to get the
|
||||||
# list of files that changed across commits
|
# list of files that changed across commits
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
# I _suspect_ that the reason that `npx eslint .` is failing is because it's operating relative to
|
||||||
|
# `/workspace/scubbo/`, which is not the root of the repo (which is at `/workspace/scubbo/commit-report-sync`)
|
||||||
|
- name: Debug logging
|
||||||
|
run: |
|
||||||
|
pwd
|
||||||
|
echo ""
|
||||||
|
ls -la
|
||||||
|
|
||||||
# Usually I would...
|
# Usually I would...
|
||||||
# - name: Super Linter
|
# - name: Super Linter
|
||||||
# uses: super-linter/super-linter@v7.3.0
|
# uses: super-linter/super-linter@v7.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user