Added validation Warning KIA1701 and KIA1702 for WorkloadGroups #1294
Workflow file for this run
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: CI | |
on: | |
push: | |
branches: [ staging ] | |
pull_request: | |
branches: [ staging ] | |
jobs: | |
build: | |
name: Build and validate | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v3 | |
- name: Validate | |
run: make validate-site |