-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lint added/modified files only (#26)
# Description Makes no sense to always validate all files. It's enough to validate the added/modified files only. This PR configures the `dorny/paths-filter` action to - list added/modified files only - configures the actions for markdown, workflows and yaml to process these files only # Verification During development within this branch.
- Loading branch information
Showing
2 changed files
with
82 additions
and
56 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 @@ | ||
{ | ||
$schema: "https://docs.renovatebot.com/renovate-schema.json", | ||
extends: ["github>Hapag-Lloyd/Renovate-Global-Configuration"] | ||
extends: ["github>Hapag-Lloyd/Renovate-Global-Configuration"], | ||
} |
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