Skip to content

add tool for config file validation and envvar replacement #19

add tool for config file validation and envvar replacement

add tool for config file validation and envvar replacement #19

name: Validator Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-schema:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: |
cd validator
go test .
- name: Run ShellTests
run: |
make validator-run-shelltests
# TODO: Push this to registry on release
- name: Build Docker Image
run: make validator-docker-image