Download Latest Version 3.5.0 source code.tar.gz (555.9 kB)
Email in envelope

Get an email when there's a new version of GitHub Workflows Kt

Home / v3.1.0
Name Modified Size InfoDownloads / Week
Parent folder
3.1.0 source code.tar.gz 2025-01-13 538.3 kB
3.1.0 source code.zip 2025-01-13 727.8 kB
README.md 2025-01-13 2.1 kB
Totals: 3 Items   1.3 MB 0

:star: Features

This release focuses on adding a way to mitigate the binding server's availability issues, if they ever reoccur. This opt-in feature can be used in the following way:

:::kotlin
consistencyCheckJobConfig = DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG.copy(
    useLocalBindingsServerAsFallback = true,
),

which will result in adding an alternative path to your consistency check jobs that will be triggered if the original consistency check fails on compiling the script. Enabling this option costs you nothing in terms of extra CI time, if the server is up. If the server is down, it's usually an extra half a minute to up the server and rerun the workflow script.

Example: Screenshot 2025-01-13 at 10 09 49

:hammer_and_wrench: Fixes

None.

:bomb: Breaking changes

None.

:package: Dependencies


The above release notes include customer-facing changes. If you're interested also in internal changes, please see the full change log: https://github.com/typesafegithub/github-workflows-kt/compare/v3.0.2...v3.1.0

Source: README.md, updated 2025-01-13