From 270f7198c47bb3fb7481845a921e7a6f2a0218e2 Mon Sep 17 00:00:00 2001 From: Heather Lee Date: Mon, 9 Dec 2024 16:23:29 -0800 Subject: [PATCH] Update lint to debug --- .github/workflows/lint.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7ac749c..55aaca4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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