Skip to content

Commit

Permalink
check out repo code
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Dec 26, 2023
1 parent a03a1fd commit e0e723c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Check out repository code
uses: actions/checkout@v4
- name: 🐿 Setup Golang
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: golangci-lint
Expand Down

0 comments on commit e0e723c

Please sign in to comment.