-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix Flank Scripts version verification tasks (#1372)
Fixes #1368 ## Test Plan > How do we know the code works? **Version check should be performed also vs local file changes** When some `flanks-scripts` are changed `detekt`/`check` or `checkIfVersionUpdated` do not fail if version is updated. No matter if in local files or committed to the branch **Tasks should run on demand** Task run only when using `gradlew :flank-scripts:checkIfVersionUpdated` or any other task which depends on `detekt` ## Checklist - [x] Added comparing version check vs local files - [x] Run task only on demand - [x] Make `detekt` depend on `checkIfVersionUpdated`
- Loading branch information
1 parent
674ca73
commit 550e7db
Showing
4 changed files
with
35 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: RELEASE | ||
name: Release Flank Scripts | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters