Skip to content

chore: migrated ksync engines according to new ksync upgrade #84

chore: migrated ksync engines according to new ksync upgrade

chore: migrated ksync engines according to new ksync upgrade #84

name: Validate source configs
on:
push:
paths:
- '**.yml'
jobs:
validate_registry:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: Install required Python packages
run: pip install -r .github/requirements.txt
working-directory: ${{ github.workspace }}
- name: Merge Source configs and write Source-Registry
run: python .github/validate_registry.py
working-directory: ${{ github.workspace }}