Skip to content

Commit

Permalink
Added npm install so golangci finds node_modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed Jun 12, 2024
1 parent f31fed1 commit 9bed278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
go-version: 1.22
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- run: npm t
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down

0 comments on commit 9bed278

Please sign in to comment.