Skip to content

Commit

Permalink
fix lint action
Browse files Browse the repository at this point in the history
invalid action workflow syntax: needs a "uses" statement

Signed-off-by: Matthew Fisher <[email protected]>
  • Loading branch information
bacongobbler committed Apr 11, 2024
1 parent d986a8e commit 3ba096a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
contents: read

steps:
- name: Checkout code
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand Down

0 comments on commit 3ba096a

Please sign in to comment.