mirror of
https://github.com/actions/runner-images.git
synced 2025-12-25 19:11:28 +08:00
PoC: Require details tracked when patch version pinned
This commit is contained in:
16
.github/workflows/validate-json-schema.yml
vendored
Normal file
16
.github/workflows/validate-json-schema.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Validate JSON Schema
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
validate-json:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Validate Toolset JSON files against schema
|
||||
uses: cardinalby/schema-validator-action@v3
|
||||
with:
|
||||
file: '**/toolset-*.json'
|
||||
schema: 'schemas/toolset-schema.json'
|
||||
Reference in New Issue
Block a user