Skip to content

Add question for CSI volume snapshot support #49

Add question for CSI volume snapshot support

Add question for CSI volume snapshot support #49

Workflow file for this run

name: CI on Pull Request
on:
pull_request:
branches:
- '*'
push:
branches:
- '*'
jobs:
ci:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Install Helm
run: |
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh && ./get_helm.sh
- name: Run CI
run: make