Skip to content

Commit

Permalink
Add back prettier config (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet authored Jan 29, 2025
1 parent da4241d commit a84988a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
${{ runner.os }}-maven-
${{ runner.os }}-
- run: mvn verify -s .github/workflows/settings.xml
- run: mvn verify -s .github/workflows/settings.xml -P prettierCheck -Dprettier.nodePath=node -Dprettier.npmPath=npm
- uses: actions/[email protected]
with:
path: target/*.jar
Expand All @@ -47,6 +47,7 @@ jobs:
mvn -s .github/workflows/settings.xml \
org.jacoco:jacoco-maven-plugin:prepare-agent verify \
org.jacoco:jacoco-maven-plugin:report sonar:sonar \
-P prettierSkip \
-Dmaven.main.skip \
-DskipTests \
-Dsonar.projectKey=${SONAR_PROJECT_KEY} \
Expand Down

0 comments on commit a84988a

Please sign in to comment.