Skip to content

Commit

Permalink
sonarqube
Browse files Browse the repository at this point in the history
Signed-off-by: Luiz Bezerra <[email protected]>
  • Loading branch information
luluiz committed Oct 8, 2024
1 parent 7410753 commit 9c593a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: 16.17

- name: Enable corepack
run: corepack enable yarn

- name: Install dependencies
run: yarn install --immutable

Expand Down

0 comments on commit 9c593a6

Please sign in to comment.