This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Update TFLint plugin terraform-linters/tflint-ruleset-aws to v0.28.0 #301
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: manifests | |
on: | |
workflow_dispatch: | |
pull_request: | |
push: | |
branches: [ '*' ] | |
tags-ignore: [ '*' ] | |
jobs: | |
validate: | |
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/validate.sh |