We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91662c2 commit 33fbb84Copy full SHA for 33fbb84
.github/workflows/ci.yml
@@ -22,4 +22,4 @@ jobs:
22
distribution: adopt
23
java-version: ${{matrix.java}}
24
- name: Test
25
- run: sbt ++${{matrix.scala}} test headerCheck package
+ run: sbt ++${{matrix.scala}} test headerCheck versionPolicyCheck package
0 commit comments