-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): configure renovate for linters (#1169)
- Loading branch information
Showing
9 changed files
with
86 additions
and
674 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 |
---|---|---|
|
@@ -26,15 +26,15 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Setup Go | ||
uses: actions/setup-go@v5 | ||
- uses: jdx/mise-action@v2 | ||
with: | ||
go-version-file: third_party/go.mod | ||
install: false | ||
|
||
- name: Run linters | ||
env: | ||
MISE_VERBOSE: 1 | ||
MISE_DEBUG: 1 | ||
run: make lint | ||
|
||
lint-test: | ||
|
@@ -174,6 +174,10 @@ jobs: | |
- name: setup helm | ||
uses: azure/[email protected] | ||
|
||
- uses: jdx/mise-action@v2 | ||
with: | ||
install: false | ||
|
||
- name: build helm chart dependency | ||
run: | | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# renovate: datasource=github-releases depName=stackrox/kube-linter | ||
kube-linter: "0.7.1" | ||
# renovate: datasource=github-releases depName=jlandowner/helm-chartsnap | ||
chartsnap: "0.3.1" | ||
# renovate: datasource=github-releases depName=koalaman/shellcheck | ||
shellcheck: "0.10.0" |
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.