# Kotlin Multiplatform GitHub Actions CI Verification using Labels

DevFeed: [Kotlin Multiplatform GitHub Actions CI Verification using Labels](<https://devfeed.tech/articles/kotlin-multiplatform-github-actions-ci-verification-using-labels-24824.md>)

Original publisher: [Read original article](<https://akjaw.com/kotlin-multiplatform-github-actions-ci-verification-labels/>)

Author: Aleksander Jaworski

Published: 2023-09-02T11:24:59Z

Content type: tutorial

Language: en

Sources: [AKJAW](<https://devfeed.tech/sources/akjaw.md>)

Topics: [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [ci](<https://devfeed.tech/tags/ci.md>), [development](<https://devfeed.tech/tags/development.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [ios](<https://devfeed.tech/tags/ios.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>), [multiplatform](<https://devfeed.tech/tags/multiplatform.md>)

## AI overview

This article covers using Kotlin Multiplatform with GitHub Actions for continuous-integration verification using labels. It emphasizes automatic verification to help prevent regressions from being introduced into the main branch as projects and teams grow.

## Source excerpt

Having automatic verifications is an important part of Software Development, as the project and team grows it becomes crucial that no regressions are introduced into the "main" branch by mistake.