We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca5754 commit aba44e0Copy full SHA for aba44e0
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
yarn install
22
yarn jest --coverage -w=2
23
- name: SonarCloud Trigger
24
- run:|
+ run: |
25
yarn sonarqube
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments