Skip to content

test: sample schema with file path #14

test: sample schema with file path

test: sample schema with file path #14

Workflow file for this run

---
name: "test"
on:
push:
pull_request:
jobs:
test1:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "./"
with:
validationFile: "./tests/sample-schema.yaml"
test2:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: "./"
with:
validationFile: "./tests/sample-schema-with-file-path.yaml"