Skip to content

Commit

Permalink
add new line character at the end of file for lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfournioux committed Nov 25, 2024
1 parent 10179fb commit 1ea544d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
version: v3.14.4

#Python is required because ct lint runs Yamale and yamllint which require Python.
- uses: actions/setup-python@v5
- uses: actions/setup-python@v2

Check failure on line 20 in .github/workflows/lint-test.yaml

View workflow job for this annotation

GitHub Actions / actionlint

the runner of "actions/setup-python@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue
with:
python-version: '3.x'
check-latest: true
python-version: 3.7

- name: Set up chart-testing
uses: helm/[email protected]
with:
version: v3.10.1

- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs examples/chart-helm --charts examples/chart-helm
Expand Down
2 changes: 1 addition & 1 deletion examples/chart-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ type: application
version: 0.0.1

maintainers:
- name: mfournioux
- name: mfournioux
2 changes: 1 addition & 1 deletion examples/chart-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ livenessProbe:

labels:
environment: "test"
release: "test"
release: "test"

0 comments on commit 1ea544d

Please sign in to comment.