Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Peiman Jafari committed Feb 20, 2024
1 parent 006e6f2 commit bae132c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.10'
check-latest: true

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Lint Code Base
uses: docker://github/super-linter:v6.1.1
uses: docker://ghcr.io/super-linter/super-linter:v6.1.1
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_BASH: false
Expand Down
1 change: 0 additions & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ chart-dirs:
- charts
chart-repos:
- peimanja=https://peimanja.github.io/helm-charts
helm-extra-args: --timeout 600s

0 comments on commit bae132c

Please sign in to comment.