{"id":17049354,"url":"https://github.com/samccone/yaml-validate","last_synced_at":"2026-04-13T16:35:26.702Z","repository":{"id":27655537,"uuid":"31141031","full_name":"samccone/yaml-validate","owner":"samccone","description":"get validating","archived":false,"fork":false,"pushed_at":"2015-02-21T21:53:39.000Z","size":132,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T04:27:24.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samccone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-21T21:06:09.000Z","updated_at":"2016-03-29T05:56:38.000Z","dependencies_parsed_at":"2022-09-03T00:43:26.891Z","dependency_job_id":null,"html_url":"https://github.com/samccone/yaml-validate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samccone/yaml-validate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2Fyaml-validate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2Fyaml-validate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2Fyaml-validate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2Fyaml-validate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samccone","download_url":"https://codeload.github.com/samccone/yaml-validate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samccone%2Fyaml-validate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31761985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T09:54:28.095Z","updated_at":"2026-04-13T16:35:26.678Z","avatar_url":"https://github.com/samccone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### yaml-validate\n\n`npm i yaml-validate`\n\n[![Build Status](https://travis-ci.org/samccone/yaml-validate.svg)](https://travis-ci.org/samccone/yaml-validate)\n\n### Using\n\n```js\nyamlValidate = require('yaml-validate');\n\n// takes a glob as a file matcher\nyamlValidate('**/*.yaml')\n.then(function(yamls) {\n// all is well\n})\n.catch(function(err) {\n// something is invalid\n});\n```\n\n##### Or via a [grunt task](https://github.com/samccone/grunt-yaml-validate)\n\n### Why?\n\nSometimes as part of a linting process for a code base you want to ensure that everything is valid yaml. This tool aims to make it easy to integrate a yaml validation layer to your CI flow.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamccone%2Fyaml-validate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamccone%2Fyaml-validate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamccone%2Fyaml-validate/lists"}