Skip to content

Commit

Permalink
test gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 3, 2024
1 parent 35b18b1 commit 0fd99f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- run: "echo \"${PATH}:${GOPATH}/bin\" >> $GITHUB_PATH"
- uses: "actions/checkout@v4"
- run: "sudo apt-get install -y cargo curl make mksh zsh"
- run: "curl https://go.dev/dl/go1.21.5.linux-amd64.tar.gz"
- run: "sudo apt-get install -y cargo make mksh wget zsh"
- run: "wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.21.5.linux-amd64.tar.gz"
- run: "make -f install.mk"
- run: "make lint"

0 comments on commit 0fd99f0

Please sign in to comment.