Skip to content

Commit

Permalink
Update lint to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hthr-lee committed Dec 10, 2024
1 parent 4b520d7 commit 270f719
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
echo "${{ secrets.DOM_MUTATOR_ACCESS_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan github.com >> ~/.ssh/known_hosts
ssh -vT git@github.com
shell: bash

- name: Debug SSH Key Setup
run: |
ls -la ~/.ssh
cat ~/.ssh/id_ed25519
ssh -vT git@github.com
shell: bash

- name: Install
Expand Down

0 comments on commit 270f719

Please sign in to comment.