Compare commits

..

No commits in common. "891538554c47b66273f2205d5bf97a5029425ad8" and "6e9230d7225585008540da3a96087c013958575f" have entirely different histories.

3 changed files with 6 additions and 12 deletions

@ -9,7 +9,4 @@ indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[Makefile]
indent_style = tab
insert_final_newline = false

@ -3,13 +3,13 @@ name: Lint Shell files
on:
pull_request:
branches: ["*"]
types: ["opened", "edited"]
types: ["opened","edited"]
workflow_dispatch: {}
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- run: apt install shellcheck
- run: find . -type f -name "*.sh" -exec shellcheck -a {} \;
- uses: actions/checkout@v4.2.2
- run: apt install shellcheck
- run: find . -type f -name "*.sh" -exec shellcheck -a {} \;

@ -16,7 +16,4 @@ unittests-helm:
.PHONY: helm
update-helm-dependencies:
helm dependency update
.PHONY: yamllint
yamllint:
yamllint -c .yamllint .