Piotr Krzemiński
09/16/2022, 1:43 PM.main.kts
files). For an example PR, see chore(deps): update dependency it.krzeminski:github-actions-kotlin-dsl to v0.27.0. To make your PR checks validate that the version bump doesn’t cause any issues, for my repo I have 2 such checks defined: https://github.com/krzema12/github-actions-kotlin-dsl/blob/93fb66e7cc4b5926bc97673669f0aed02c14e49a/.github/workflows/build.main.kts#L50-L89 - one simply compiles the .main.kts
files, and the other one goes one step further: performs the consistency check on all filesPiotr Krzemiński
09/16/2022, 1:44 PM