You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In play-samples sbt <command> will not work, because in this repo is the mothership for a lot of projects.
We probably would need something like the test.sh script which goes into each project, and runs the sbt command (like validateCode.sh and formatCode.sh:
@ihostage Look at playframework/playframework#11513, I tried to come up with a solution how we can sync the same files everywhere and using sys properties as for a repo's special needs. What do you think?
Does not have
validateCode
(and therefore also noformatCode
)That might also mean these repos do not even pull in scalafmt.
.github/workflows/build-test.yml
).github/workflows/build-test.yml
)These I am not sure about because they are seed projects. We can add formatting but I don't think scalafmt should be included when running
sbt new ...
In play-samples
sbt <command>
will not work, because in this repo is the mothership for a lot of projects.We probably would need something like the
test.sh
script which goes into each project, and runs the sbt command (likevalidateCode.sh
andformatCode.sh
:.github/workflows/build-test.yml
)Has
validateCode
but noformatCode
🔄 Synced file(s) with playframework/.github cachecontrol#245
🔄 synced file(s) with playframework/.github play-ebean#370
🔄 Synced file(s) with playframework/.github play-soap#328
The text was updated successfully, but these errors were encountered: