feat(actions): Add linting and testing

This commit is contained in:
plcnk
2024-08-16 12:17:13 +02:00
parent aa0dd39801
commit d9f460f93a
5 changed files with 65 additions and 0 deletions

View File

@ -91,6 +91,7 @@ jobs:
uses: helm/chart-releaser-action@v1.5.0
if: steps.package_charts.outputs.changed_charts != ''
with:
config: .github/cr-config.yaml
skip_packaging: true
env:
CR_TOKEN: ${{ steps.app-token.outputs.token }}