Skip to content

Added timescale-db repo and namespace (#308) #24

Added timescale-db repo and namespace (#308)

Added timescale-db repo and namespace (#308) #24

name: Validate manifests
env:
SCRIPTS_DIR: ./.github/scripts
on:
push:
branches: [ '*' ]
tags-ignore: [ '*' ]
jobs:
validate-manifests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup yq
uses: fluxcd/pkg/actions/yq@main
- name: Setup kubeconform
uses: fluxcd/pkg/actions/kubeconform@main
- name: Setup kustomize
uses: fluxcd/pkg/actions/kustomize@main
- name: Validate manifests
run: $SCRIPTS_DIR/validate-manifests.sh