Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Oct 4, 2024
1 parent cf820e0 commit 8f048f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: "curl -LO https://go.dev/dl/go1.23.2.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.23.2.linux-amd64.tar.gz"
- run: "mkdir -p $HOME/bin"
- run: "curl -LO $HOME/bin/kirill https://raw.githubusercontent.com/mcandre/kirill/v0.0.1/bin/kirill"
- run: "curl -Lo $HOME/bin/kirill https://raw.githubusercontent.com/mcandre/kirill/v0.0.1/bin/kirill"
- run: "chmod +x $HOME/bin/kirill"
- run: "./install"
- run: "./build lint"

0 comments on commit 8f048f0

Please sign in to comment.