Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdexterpark committed Jan 2, 2025
1 parent 55ed10d commit d8c91ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
go-version: stable

- name: Install dependencies
working-directory: ./
run: go mod download
run: |
cd ./
go mod download
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit d8c91ab

Please sign in to comment.