Skip to content

Commit

Permalink
ci: fix sonar scan workflow
Browse files Browse the repository at this point in the history
- remove dependencies as it's a standalone action
  • Loading branch information
refucktor committed Jul 29, 2024
1 parent d26591b commit 731b184
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
sonarcloud:
name: SonarCloud Scan
runs-on: ubuntu-latest
needs:
- build
- test-unit
- test-acc
steps:
- name: Checkout 💻
uses: actions/[email protected]
Expand Down

0 comments on commit 731b184

Please sign in to comment.