Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 873b7a7

Browse files
authoredJun 22, 2021
chore: Add format check to CI and format (#146)
1 parent 731e880 commit 873b7a7

File tree

138 files changed

+20049
-19537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+20049
-19537
lines changed
 

‎buildspec.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ batch:
2323
env:
2424
env:
2525
image: aws/codebuild/amazonlinux2-x86_64-standard:3.0
26+
- identifier: static_analysis
27+
buildspec: codebuild/static-analysis.yml
28+
env:
29+
env:
30+
image: aws/codebuild/amazonlinux2-x86_64-standard:3.0

‎codebuild/static-analysis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 0.2
2+
3+
phases:
4+
install:
5+
runtime-versions:
6+
java: corretto11
7+
build:
8+
commands:
9+
- mvn com.coveo:fmt-maven-plugin:check

0 commit comments

Comments
 (0)
Please sign in to comment.