aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-05 21:27:30 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-10-05 21:47:45 +0200
commit5032e0c67792838d6754d172301e2373cf68deb7 (patch)
tree6ec80e200e15f45659b5be1af4da65729f26d888 /.github/workflows/build.yml
parentdocs: fix typo (diff)
downloadrefinery-5032e0c67792838d6754d172301e2373cf68deb7.tar.gz
refinery-5032e0c67792838d6754d172301e2373cf68deb7.tar.zst
refinery-5032e0c67792838d6754d172301e2373cf68deb7.zip
ci(web): add eslint and stylelint to sonar
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bb6b26cb..bc82ed7f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,4 +44,4 @@ jobs:
44 env: 44 env:
45 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed by Sonar to get PR information, if any 45 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed by Sonar to get PR information, if any
46 SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} 46 SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
47 run: ./gradlew build sonarqube --info 47 run: ./gradlew build sonarqube -Pci --info