From ce6f5426f3482236ca66646b88016094f69ce1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Mon, 27 Jan 2025 10:09:25 -0800 Subject: [PATCH] Revert "Fix the lint job as well" This reverts commit 590c66ec61c46b5d3cf49e6990fc97f4a69b99a6. --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ca30fdf2b..634088911f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,17 +73,6 @@ jobs: go-version: ${{ env.GO_VERSION }} cache: true - - name: Setup SSH for Onflow - run: git config --global url.git@github.com:onflow/.insteadOf https://github.com/onflow/ - - - name: Add GOPRIVATE - run: go env -w GOPRIVATE=${{ env.GOPRIVATE }} - - - name: Setup SSH Agent - uses: webfactory/ssh-agent@v0.9.0 - with: - ssh-private-key: ${{ secrets.ATREE_DEPLOY_KEY }} - - name: Lint run: make lint-github-actions