Skip to content

Commit

Permalink
fix: github workflow for linting and git setup
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Jun 7, 2023
1 parent f633a28 commit 204be9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
go-version: 1.19.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2 # TODO: Catching new linter errors now. Need to fix those and upgrade to v1.53.0
- name: setup node
uses: actions/setup-node@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions fixtures/git/_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sudo mv askgit /usr/bin/askgit
sudo chmod +x /usr/bin/askgit
rm askgit.tar.gz

wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.18_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.18_amd64.deb
wget -O libssl.deb http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl.deb

#verification
which askgit
Expand Down

0 comments on commit 204be9a

Please sign in to comment.