Skip to content

Commit

Permalink
add a DEBUG step to inspect environment
Browse files Browse the repository at this point in the history
  • Loading branch information
cybcon committed Jan 30, 2024
1 parent 7d1eb5b commit 10114eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
- name: Get hooks
id: hooks
run: echo "hooks=$(yq e '[.repos[].hooks[].id] | @json' .pre-commit-config.yaml)" >> $GITHUB_OUTPUT
- name: DEBUG
run: |
pwd
ls -al
git status
exit 1
outputs:
hooks: ${{ steps.hooks.outputs.hooks }}
hook:
Expand Down

0 comments on commit 10114eb

Please sign in to comment.