Skip to content

Commit

Permalink
wip: πŸ”• temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Feb 1, 2025
1 parent e35145a commit bf4b69e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ jobs:
docker: [Dockerfile, '*docker*']
helm: ['chart/**', '*kube*']
lint-charts:
name: Lint the chart
runs-on: ubuntu-latest
needs: [filter]
if: needs.filter.outputs.helm == 'true'
defaults: {run: {working-directory: ./chart}}
steps:
- uses: actions/checkout@v4
- uses: azure/setup-helm@v4
- run: helm dependency update .
- run: helm template . > /dev/null
- run: helm lint --strict .
- uses: stackrox/kube-linter-action@v1
with: {directory: .}

lint-and-test-backend:
name: Test and lint the backend
runs-on: ubuntu-latest
Expand Down

0 comments on commit bf4b69e

Please sign in to comment.