Skip to content

Commit

Permalink
Revert "Fix the lint job as well"
Browse files Browse the repository at this point in the history
This reverts commit 590c66e.
  • Loading branch information
turbolent committed Jan 27, 2025
1 parent 1c03fb7 commit ce6f542
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@ jobs:
go-version: ${{ env.GO_VERSION }}
cache: true

- name: Setup SSH for Onflow
run: git config --global [email protected]:onflow/.insteadOf https://github.com/onflow/

- name: Add GOPRIVATE
run: go env -w GOPRIVATE=${{ env.GOPRIVATE }}

- name: Setup SSH Agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.ATREE_DEPLOY_KEY }}

- name: Lint
run: make lint-github-actions

Expand Down

0 comments on commit ce6f542

Please sign in to comment.