File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
liquidjava-verifier/src/test/java/liquidjava/api/tests Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ name: Java CI with Maven
1010
1111on :
1212 push :
13- branches : [ "master " ]
13+ branches : [ "main " ]
1414 pull_request :
15- branches : [ "master " ]
15+ branches : [ "main " ]
1616
1717
1818
Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/ejba/pre-commit-maven
3- rev : v0.3.3
3+ rev : v0.3.4
44 hooks :
55 - id : maven
66 args : [clean compile]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class TestExamples {
2727 @ MethodSource ("fileNameSource" )
2828 public void testFile (final Path filePath ) {
2929 String fileName = filePath .getFileName ().toString ();
30-
30+
3131 // 1. Run the verifier on the file or package
3232 ErrorEmitter errorEmitter = CommandLineLauncher .launchTest (filePath .toAbsolutePath ().toString ());
3333
You can’t perform that action at this time.
0 commit comments