Skip to content

ci: validate contents of ndc-hub (#433) #4

ci: validate contents of ndc-hub (#433)

ci: validate contents of ndc-hub (#433) #4

Workflow file for this run

name: Validate
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
contents:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.21.x
- name: Run Validations
run: |
export NDC_HUB_GIT_REPO_FILE_PATH=$(pwd)
cd registry-automation
go run main.go validate