We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b477ff commit 300fd9eCopy full SHA for 300fd9e
1 file changed
.github/workflows/lint-format-tests.yaml
@@ -18,8 +18,6 @@ jobs:
18
node-version: "22.20.0"
19
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
20
name: Install pnpm
21
- with:
22
- cache: true
23
- name: Install packages
24
run: pnpm install --frozen-lockfile
25
- name: Run the linter
@@ -28,6 +26,7 @@ jobs:
28
26
run: pnpm -w test:unit:all
29
27
- name: SonarQube Scan
30
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602
31
- if: ${{ !github.event.pull_request.draft && !contains(github.head_ref || github.ref, 'renovate/') }}
+ # if: ${{ !github.event.pull_request.draft && !contains(github.head_ref || github.ref, 'renovate/') }}
+ if: ${{ !github.event.pull_request.draft }}
32
env:
33
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments