Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Releases: nwisbeta/validate-yaml-schema

v2.0.0

12 Jan 13:55
Compare
Choose a tag to compare

glob pattern matching behaviour changed. The glob wildcard (*) will now match files that start with a dot (previously the dot had to be set explicitly).

Thanks to @galargh for the pull request

v1.1.0

10 Jan 17:56
Compare
Choose a tag to compare

New output variable validFiles. This can be used to confirm that validation completed successfully on the expected files.

v1.0.3

12 Jan 15:22
Compare
Choose a tag to compare

Now supports providing the yaml.schemas config as inline JSON

v1.0.2

12 Jan 11:25
Compare
Choose a tag to compare

Now includes an optional input settingsFile if you don't want to use something other than the .vscode\settings.json file to supply the yaml schema config.

      - uses: nwisbeta/[email protected]
        with: 
          settingsFile: path/to/myConfig.json

v1.0.1

04 Jan 18:00
Compare
Choose a tag to compare
update dependencies and repack

First version

17 Feb 17:35
Compare
Choose a tag to compare

A GitHub action that validates YAML files against a schema