Check headers for all Scala versions in PR validation

This commit is contained in:
Johannes Rudolph 2023-01-23 13:54:00 +01:00 committed by Matthew de Detrich
parent 6cabead2e7
commit 32f7f1118e

View file

@ -35,7 +35,7 @@ jobs:
sbt \ sbt \
-Dsbt.override.build.repos=false \ -Dsbt.override.build.repos=false \
-Dsbt.log.noformat=false \ -Dsbt.log.noformat=false \
headerCheckAll +headerCheckAll
pull-request-validation: pull-request-validation:
name: Check / Tests name: Check / Tests