{"id":17648466,"url":"https://github.com/chabad360/htmlproofer","last_synced_at":"2025-07-27T09:07:29.594Z","repository":{"id":55694339,"uuid":"217145618","full_name":"chabad360/htmlproofer","owner":"chabad360","description":"🚀 Test your rendered HTML files to make sure they're accurate. 🚀","archived":false,"fork":false,"pushed_at":"2023-01-25T04:03:55.000Z","size":21,"stargazers_count":14,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-01T08:16:58.136Z","etag":null,"topics":["actions","htmlproofer","workflow"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chabad360.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-23T20:16:47.000Z","updated_at":"2023-05-03T08:07:55.000Z","dependencies_parsed_at":"2023-02-14T10:15:21.684Z","dependency_job_id":null,"html_url":"https://github.com/chabad360/htmlproofer","commit_stats":{"total_commits":24,"total_committers":6,"mean_commits":4.0,"dds":0.6666666666666667,"last_synced_commit":"a1a3419200cea0e832a5c6249647d1d271178e82"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/chabad360/htmlproofer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chabad360%2Fhtmlproofer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chabad360%2Fhtmlproofer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chabad360%2Fhtmlproofer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chabad360%2Fhtmlproofer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chabad360","download_url":"https://codeload.github.com/chabad360/htmlproofer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chabad360%2Fhtmlproofer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267334199,"owners_count":24070522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["actions","htmlproofer","workflow"],"created_at":"2024-10-23T11:18:52.021Z","updated_at":"2025-07-27T09:07:29.559Z","avatar_url":"https://github.com/chabad360.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" \u003e\n  \u003ch1\u003e\n  GitHub Actions for HTMLProofer\n  \u003c/h1\u003e\n  \u003ch3\u003e\n    \u003ca href=\"https://github.com/gjtorikian/html-proofer\"\u003e\n      gjtorikian/HTMLProofer: Test your rendered HTML files to make sure they're accurate.\n    \u003c/a\u003e\n  \u003c/h3\u003e\n  \u003cspan\u003e\n    \u003ch3\u003e\n    🚀\n    \u003ca href=\"https://github.com/chabad360/htmlproofer/blob/master/LICENSE\"\u003e\n      \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/chabad360/htmlproofer.svg?style=for-the-badge\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/marketplace/actions/htmlproofer\"\u003e\n      \u003cimg alt=\"Release\" src=\"https://img.shields.io/static/v1?label=\u0026style=for-the-badge\u0026logo=addthis\u0026logoColor=white\u0026message=Get+on+the+GH+Marketplace\u0026color=green\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/chabad360/htmlproofer/releases/latest\"\u003e\n      \u003cimg alt=\"Release\" src=\"https://img.shields.io/github/release/chabad360/htmlproofer.svg?style=for-the-badge\" /\u003e\n    \u003c/a\u003e\n    🚀\n    \u003c/h3\u003e\n  \u003c/span\u003e\n      \u003cp\u003eIf you're generating HTML pages, \u003ci\u003eyou might want to use it.\u003c/i\u003e\u003c/p\u003e\n\u003c/div\u003e\n\u0026nbsp;\n\nThis action will test your site using [HTMLProofer](https://github.com/gjtorikian/html-proofer).\n\n## ⭐ Getting Started\n\nThis is just a portion of a `workflow.yml` to get you started (for more information scroll down to [⭐ Inputs](#-inputs)):\n\n```yml\n...\n      - name: Check HTML\n        uses: chabad360/htmlproofer@master\n        with:\n          directory: \"./public\"\n```\n\n### ⭐ Inputs\n\n| Key |  Description | Required | Default |\n| --- | ------------ | :------: | ------- |\n| `directory` | The directory to scan. | ✔️ | N/A |\n| `arguments` | The arguments to pass to HTMLProofer (see [here](https://github.com/gjtorikian/html-proofer#configuration) for more details) | ❌ | N/A |\n\n#### Usage\n\n```yml\n...\n      - name: Check HTML\n        uses: chabad360/htmlproofer@master\n        with:\n          directory: \"./public\"\n          # The directory to scan\n          arguments: --allow-missing-href\n          # The arguments to pass to HTMLProofer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchabad360%2Fhtmlproofer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchabad360%2Fhtmlproofer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchabad360%2Fhtmlproofer/lists"}