We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534f6bc commit bf43033Copy full SHA for bf43033
.github/workflows/build.yml
@@ -25,4 +25,4 @@ jobs:
25
${{ runner.os }}-maven-
26
${{ runner.os }}-
27
- name: Run maven build
28
- run: mvn install
+ run: mvn install -PprettierCheck -Dprettier.nodePath=node -Dprettier.npmPath=npm
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
- run: mvn verify -s .github/workflows/settings.xml
+ run: mvn verify -s .github/workflows/settings.xml -PprettierCheck -Dprettier.nodePath=node -Dprettier.npmPath=npm
44
- name: Sonar Scan
45
env:
46
SONAR_TOKEN: ${{ secrets.ENTUR_SONAR_PASSWORD }}
@@ -66,4 +66,4 @@ jobs:
66
with:
67
push_to_repo: true
68
snapshot: false
69
- next_version: ''
+ next_version: ''
0 commit comments