Skip to content

Commit

Permalink
ci: updated sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Mar 22, 2024
1 parent 47f34b6 commit a16676a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
run: yarn --immutable
- name: Flatten tsconfig
run: |
tsc --showConfig -p src/tsconfig.json \
| jq --raw-output 'del(.compilerOptions.rootDir) | del(.compilerOptions.outDir) | del(.files) | .' \
> tmp \
&& mv tmp src/tsconfig.json
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
- name: Quality Gate
Expand Down

0 comments on commit a16676a

Please sign in to comment.