From 7b0d7ecddcafc72c8251061048d7aef0bc906465 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 10:31:53 +0100 Subject: [PATCH] Add Diktat linter GitHub Action for Kotlin code (#82) Co-authored-by: Andrey Shcheglov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 701328a..ad91c54 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Golint to lint your Golang code](https://github.com/Jerome1337/golint-action) - [Super Linter](https://github.com/github/super-linter) - [Check GoImport Errors With Files and Folders Filter Options](https://github.com/DarthBenro008/goimports-check-action) +- [Check your code with diKTat](https://github.com/saveourtool/benedikt) - Run `saveourtool/diktat` to lint your Kotlin code, with SARIF output on the Pull-Request. #### Security