Skip to content

runtime/client: add util func to check conn options compatibility with env #1425

runtime/client: add util func to check conn options compatibility with env

runtime/client: add util func to check conn options compatibility with env #1425

Workflow file for this run

name: actions
on:
pull_request:
push:
paths:
- 'actions/**'
branches:
- main
permissions: read-all
jobs:
actions:
strategy:
fail-fast: false
matrix:
version: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.version }}
name: actions on ${{ matrix.version }}
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Setup yq
uses: ./actions/yq
- name: Setup kubeconform
uses: ./actions/kubeconform
- name: Setup envtest
uses: ./actions/envtest
- name: Setup helm
uses: ./actions/helm
- name: Setup kubectl
uses: ./actions/kubectl
- name: Setup kustomize
uses: ./actions/kustomize
- name: Setup sops
uses: ./actions/sops