diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index f8ecaad..f47ad26 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -20,10 +20,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Install Test Dependencies - run: make deps - - name: Run golangci-lint - run: make lint + - name: Test and Build + run: make build - name: Run Tests run: make test - name: Analyze project with SonarCloud