fix(deps): update helm release testkube to v2.2.1 #146
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI - GitOps Validate | |
| on: | |
| workflow_call: | |
| ### Required Workflow Triggers ### | |
| pull_request: | |
| merge_group: | |
| ################################## | |
| permissions: | |
| contents: read | |
| jobs: | |
| validate: | |
| runs-on: ubuntu-latest | |
| # Ignore Require Workflow runs | |
| if: github.repository != 'devantler-tech/reusable-workflows' | |
| steps: | |
| - name: 📑 Checkout | |
| uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| with: | |
| persist-credentials: false | |
| - name: ⚙️ Setup KSail | |
| uses: devantler-tech/composite-actions/setup-ksail-action@005c37f8ef5e1811388cf19b3b93eb721351b6be # v1.9.5 | |
| - name: 🧹 Validate GitOps cluster configuration | |
| run: | | |
| ksail validate |