Skip to content

GDB-9036: Added CI workflow #1

GDB-9036: Added CI workflow

GDB-9036: Added CI workflow #1

Workflow file for this run

name: Continuous Integration
on:
pull_request:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.12.1
- name: Run Helm init
run: helm init --strict .