Skip to content

Ensure Kubernetes compatible format for Location when setting up driver #108

Ensure Kubernetes compatible format for Location when setting up driver

Ensure Kubernetes compatible format for Location when setting up driver #108

Workflow file for this run

name: k8s api version check
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/[email protected]
- name: Download pluto
uses: FairwindsOps/pluto/github-action@master
- name: Check deploy folder
run: |
pluto detect-files -d deploy --ignore-deprecations --ignore-removals
- name: Check example folder
run: |
pluto detect-files -d deploy/example