It seems like these two plugins are not used in the project. Should we remove them?
The task ktlintCheck is available but not executed on any GitHub Actions pipeline.
Should we add it here (though it would not run on the root project and other subprojects)
|
run: ./gradlew -p dependency-guard clean check apiCheck --no-daemon --stacktrace |
or add a dedicated step.
It seems like these two plugins are not used in the project. Should we remove them?
The task
ktlintCheckis available but not executed on any GitHub Actions pipeline.Should we add it here (though it would not run on the root project and other subprojects)
dependency-guard/.github/workflows/publish.yml
Line 39 in a3143bc
or add a dedicated step.