Skip to content

Commit 6492eea

Browse files
committed
Renamed master to main in workflow
1 parent 6089043 commit 6492eea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name: Java CI with Maven
1010

1111
on:
1212
push:
13-
branches: [ "master" ]
13+
branches: [ "main" ]
1414
pull_request:
15-
branches: [ "master" ]
15+
branches: [ "main" ]
1616

1717

1818

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
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]

liquidjava-verifier/src/test/java/liquidjava/api/tests/TestExamples.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)