# Adding Konsist and Ktlint to a GitHub Actions Continuous Integration

DevFeed: [Adding Konsist and Ktlint to a GitHub Actions Continuous Integration](<https://devfeed.tech/articles/adding-konsist-and-ktlint-to-a-github-actions-continuous-integration-24822.md>)

Original publisher: [Read original article](<https://akjaw.com/konsist-and-ktlint-in-github-actions-continous-integration/>)

Author: Aleksander Jaworski

Published: 2023-11-01T07:29:45Z

Content type: tutorial

Language: en

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

Topics: [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Code review](<https://devfeed.tech/topics/code-review.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [code-review](<https://devfeed.tech/tags/code-review.md>), [continuous-integration](<https://devfeed.tech/tags/continuous-integration.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>)

## AI overview

A tutorial about adding Konsist and Ktlint checks to a GitHub Actions continuous integration pipeline. It explains that automating code and architecture checks can reduce code review time and help prevent human forgetfulness.

## Source excerpt

Automating code and architecture checks in the Continuous Integration pipeline can significantly reduce Code Review time and prevent human forgetfulness.