GitHub action for validating YAML against a schema
Find a file
dependabot[bot] 1161885745
build(deps-dev): bump prettier from 2.2.1 to 2.4.1 (#6)
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.4.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.2.1...2.4.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-01 00:20:23 -07:00
.github fix: migrating to yaml validation action 2021-10-01 00:17:49 -07:00
__tests__ fix: migrating to yaml validation action 2021-10-01 00:17:49 -07:00
dist fix: migrating to yaml validation action 2021-10-01 00:17:49 -07:00
src fix: migrating to yaml validation action 2021-10-01 00:17:49 -07:00
.eslintignore Initial commit 2021-09-30 21:58:11 -07:00
.eslintrc.json fix: migrating to yaml validation action 2021-10-01 00:17:49 -07:00
.gitattributes fix: migrating to yaml validation action 2021-10-01 00:17:49 -07:00
.gitignore Initial commit 2021-09-30 21:58:11 -07:00
.prettierignore Initial commit 2021-09-30 21:58:11 -07:00
.prettierrc.json Initial commit 2021-09-30 21:58:11 -07:00
action.yml fix: migrating to yaml validation action 2021-10-01 00:17:49 -07:00
CODEOWNERS fix: migrating to yaml validation action 2021-10-01 00:17:49 -07:00
jest.config.js Initial commit 2021-09-30 21:58:11 -07:00
LICENSE Initial commit 2021-09-30 21:58:11 -07:00
package.json build(deps-dev): bump prettier from 2.2.1 to 2.4.1 (#6) 2021-10-01 00:20:23 -07:00
README.md fix: updating readme 2021-10-01 00:19:58 -07:00
tsconfig.json Initial commit 2021-09-30 21:58:11 -07:00
yarn.lock build(deps-dev): bump prettier from 2.2.1 to 2.4.1 (#6) 2021-10-01 00:20:23 -07:00

Validate YAML

Github action to validate yaml files against a JSON schema