Skip to content

Bump pascalgn/size-label-action from 0.5.0 to 0.5.2 #185

Bump pascalgn/size-label-action from 0.5.0 to 0.5.2

Bump pascalgn/size-label-action from 0.5.0 to 0.5.2 #185

Workflow file for this run

name: Pull Request Deploy test
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*
paths:
- 'config/**'
pull_request:
paths-ignore:
- 'config/**'
jobs:
kustomize-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Complie manifests
uses: azure/k8s-bake@v3
with:
renderEngine: 'kustomize'
kustomizationPath: './config/default/'
kubectl-version: 'latest'
silent: 'false'