Skip to content

Commit 8de8046

Browse files
committed
add versionPolicyCheck to CI
1 parent 4dc6fd3 commit 8de8046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
distribution: adopt
2323
java-version: ${{matrix.java}}
2424
- name: Test
25-
run: sbt ++${{matrix.scala}} test headerCheck package
25+
run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck package

0 commit comments

Comments
 (0)