Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
added uses with sonarcloud action
Browse files Browse the repository at this point in the history
  • Loading branch information
antlko committed Oct 6, 2023
1 parent f439e60 commit 2e6c053
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:
types: [ opened, synchronize, reopened ]
jobs:
sonarcloud:
name: Analyze with SonarCloud
needs: test
name: SonarCloud
runs-on: ubuntu-latest
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACTIONS_CI_TOKEN }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 2e6c053

Please sign in to comment.