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 04c3602 commit ede2d4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
env:
GOPATH: "/home/runner/go"
steps:
- run: "echo \"${PATH}:${GOPATH}/bin\" >> $GITHUB_PATH"
- run: "echo \"/usr/local/go/bin\" >> $GITHUB_PATH"
- run: "echo \"${GOPATH}/bin\" >> $GITHUB_PATH"
- uses: "actions/checkout@v4"
- 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: "go version"
- run: "make -f install.mk"
- run: "make lint"

0 comments on commit ede2d4d

Please sign in to comment.