mirror of
https://github.com/openziti/ziti.git
synced 2026-09-11 13:29:03 +00:00
14 lines
226 B
YAML
14 lines
226 B
YAML
name: Validation (Links)
|
|
|
|
on:
|
|
workflow_call:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
links-validation:
|
|
name: Links Validation
|
|
uses: ./.github/workflows/validation-test.yml
|
|
secrets: inherit
|
|
with:
|
|
test: links-test
|