Add linting with GitHub Actions

This commit is contained in:
Niels van Velzen
2021-05-04 15:14:22 +02:00
parent bef42e8f54
commit 9e80a25a19
4 changed files with 43 additions and 2 deletions

View File

@@ -33,5 +33,10 @@ subprojects {
buildUponDefaultConfig = true
ignoreFailures = true
config = files("$rootDir/detekt.yml")
basePath = rootDir.absolutePath
reports {
sarif.enabled = true
}
}
}