Skip to content

Commit

Permalink
Merge pull request #3788 from telepresenceio/thallgren/lint-fix
Browse files Browse the repository at this point in the history
Ensure that build-deps are built prior to linting.
  • Loading branch information
thallgren authored Feb 3, 2025
2 parents 56a069a + 11f7450 commit 90bad2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
ref: "${{ github.event.pull_request.head.sha }}"
- name: install dependencies
uses: ./.github/actions/install-dependencies
- name: install build dependencies
run: make build-deps
- name: Lint
if: ${{ runner.os != 'Windows' }}
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit 90bad2e

Please sign in to comment.