Skip to content

Commit

Permalink
Debug golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
myhro committed Aug 3, 2024
1 parent ef70c59 commit c525e31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Install dependencies
run: |
pip install yamllint==1.26.*
Expand Down

0 comments on commit c525e31

Please sign in to comment.