Skip to content

Commit

Permalink
πŸ’š (workflows/trunk): Add missing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
xunleii committed Feb 17, 2024
1 parent 4d987bc commit fe4ce98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/merge_group,pull_request.all.lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
version: latest
args: --help # Just force the action to download the latest version of golangci-lint

- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: trunk-io/trunk-action@97ecd21fe6c743bf7a606791584b683a7995c70e # v1.1.9

0 comments on commit fe4ce98

Please sign in to comment.