diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2ab61ad..42cb48a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners -* @samip5 \ No newline at end of file +* @samip5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a587509..4321f3a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -101,4 +101,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/.github/scripts/check-releasenotes.sh b/.github/scripts/check-releasenotes.sh index 222f60c..089a169 100755 --- a/.github/scripts/check-releasenotes.sh +++ b/.github/scripts/check-releasenotes.sh @@ -46,4 +46,4 @@ if [ $# -ge 1 ] && [ -n "$1" ]; then else printf >&2 "%s\n" "No chart folder has been specified." exit 1 -fi \ No newline at end of file +fi diff --git a/.github/scripts/renovate-releasenotes.py b/.github/scripts/renovate-releasenotes.py index 3a854a5..a0ac308 100755 --- a/.github/scripts/renovate-releasenotes.py +++ b/.github/scripts/renovate-releasenotes.py @@ -150,4 +150,4 @@ def main( if __name__ == "__main__": - app() \ No newline at end of file + app() diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index 646d154..949408c 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -2,4 +2,4 @@ GitPython==3.1.31 loguru==0.6.0 ruamel.yaml==0.17.21 ruamel.yaml.string==0.1.0 -typer==0.7.0 \ No newline at end of file +typer==0.7.0 diff --git a/.github/workflows/charts-changelog.yaml b/.github/workflows/charts-changelog.yaml index 612fe9b..e62f8b0 100644 --- a/.github/workflows/charts-changelog.yaml +++ b/.github/workflows/charts-changelog.yaml @@ -84,4 +84,4 @@ jobs: echo '::set-output name=commit_hash::${{ steps.create-commit.outputs.commit_hash }}' else echo "::set-output name=commit_hash::${GITHUB_SHA}" - fi \ No newline at end of file + fi diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 3148134..68e9292 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -72,4 +72,4 @@ jobs: steps: - name: Check lint matrix status if: ${{ (inputs.chartsToLint != '' && inputs.chartsToLint != '[]') && (needs.lint-chart.result != 'success') }} - run: exit 1 \ No newline at end of file + run: exit 1