This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit c74686a0 authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Add prettier check job

parent eac5c1c5
Branches
2 merge requests!105Preparing März Release,!95Improve pipeline
......@@ -22,6 +22,14 @@ checkstyle:
- ./mvnw -ntp checkstyle:check -Dmaven.repo.local=$MAVEN_USER_HOME
needs: []
prettier:
stage: lint
script:
- npm install
- npm run prettier:check
allow_failure: true
needs: []
eslint:
stage: lint
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment