We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In project that have different source directories depending on the Scala version, it would be useful to have the header check run with +:
+
sbt +headerCheckAll.
sbt +headerCheckAll
Same goes for the prePR call to headerCreateAll.
prePR
headerCreateAll
The text was updated successfully, but these errors were encountered:
Thanks. The prePR command should be fixed, but the CI command is already running for every scala version in the matrix.
sbt-typelevel/.github/workflows/ci.yml
Line 90 in 5643503
Sorry, something went wrong.
ah, I see. I only hit it in prePR so that makes sense.
Successfully merging a pull request may close this issue.
In project that have different source directories depending on the Scala version, it would be useful to have the header check run with
+
:sbt +headerCheckAll
.Same goes for the
prePR
call toheaderCreateAll
.The text was updated successfully, but these errors were encountered: