File tree Expand file tree Collapse file tree 1 file changed +5
-23
lines changed
Expand file tree Collapse file tree 1 file changed +5
-23
lines changed Original file line number Diff line number Diff line change @@ -42,29 +42,11 @@ jobs:
4242 uses : Swatinem/rust-cache@v2
4343 with :
4444 workspaces : " common/libzkp/impl -> target"
45- - name : Setup SSH for private repositories
46- run : |
47- mkdir -p ~/.ssh
48- chmod 700 ~/.ssh
49-
50- (
51- echo "${{ secrets.OPENVM_GPU_SSH_PRIVATE_KEY }}"
52- echo ""
53- echo "${{ secrets.OPENVM_STARK_GPU_SSH_PRIVATE_KEY }}"
54- echo ""
55- echo "${{ secrets.PLONKY3_GPU_SSH_PRIVATE_KEY }}"
56- ) > ~/.ssh/all_keys
57-
58- chmod 600 ~/.ssh/all_keys
59- eval "$(ssh-agent -s)" > /dev/null
60- ssh-add ~/.ssh/all_keys 2>/dev/null
61- ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts 2>/dev/null
62- echo "Number of loaded keys: $(ssh-add -l | wc -l)"
63- - name : Lint
64- working-directory : ' common'
65- run : |
66- rm -rf $HOME/.cache/golangci-lint
67- make lint
45+ # - name: Lint
46+ # working-directory: 'common'
47+ # run: |
48+ # rm -rf $HOME/.cache/golangci-lint
49+ # make lint
6850 goimports-lint :
6951 if : github.event.pull_request.draft == false
7052 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments