Skip to content
New issue

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

Switch to v1 GHA + nicer validateCode alias #746

Merged
merged 3 commits into from
Apr 11, 2022

Conversation

mkurz
Copy link
Member

@mkurz mkurz commented Apr 11, 2022

No description provided.

@@ -24,7 +24,7 @@ pull_request_rules:
- check-success~=^Tests / Scala 2\.12\.(\d+) & JDK 8$
- check-success~=^Tests / Scala 2\.13\.(\d+) & JDK 8$
- check-success~=^Tests / Scala 3\.(\d+)\.(\d+)(-RC\d+)? & JDK 8$
- status-success=typesafe-cla-validator
- check-success=typesafe-cla-validator
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status-success is deprecated

@@ -311,4 +311,4 @@ lazy val docs = project
.settings(commonSettings)
.dependsOn(`play-jsonJVM`)

addCommandAlias("validateCode", ";headerCheck;Test/headerCheck;+scalafmtCheckAll;scalafmtSbtCheck")
Copy link
Member Author

@mkurz mkurz Apr 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+scalafmtCheckAll does not make sense (IMHO), scalafmtCheckAll does check for all configs anyway. headerCheck is the same like headerCheck;Test/headerCheck

@mergify mergify bot merged commit b50d0e3 into playframework:main Apr 11, 2022
@mkurz mkurz deleted the fix_validateCode_alias branch April 11, 2022 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants