Skip to content

Commit

Permalink
feat: Test data-model-validator-site in CI (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reikyo authored Jan 30, 2025
1 parent adda08d commit 2535f9e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/validator-site-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test validator site

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test-validator-site:
uses: openactive/data-model-validator-site/.github/workflows/test-and-deploy.yml@master
with:
data-model-validator_ref: ${{ github.ref }}

0 comments on commit 2535f9e

Please sign in to comment.