Skip to content

Commit

Permalink
set it top level
Browse files Browse the repository at this point in the history
  • Loading branch information
max-rocket-internet committed Jul 9, 2024
1 parent 7dfc834 commit 3ae3935
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/helm-conftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Helm conftest
on: [pull_request]
jobs:
check-charts:
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
name: Run conftest for all charts
runs-on: ubuntu-latest
container:
image: instrumenta/helm-conftest:latest
steps:
- name: Checkout Code
uses: actions/[email protected]
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

- name: Validate all charts
run: bash ci/helm-conftest.sh

0 comments on commit 3ae3935

Please sign in to comment.