{"id":29859384,"url":"https://github.com/leandrols/linksnitch","last_synced_at":"2025-07-30T02:13:15.061Z","repository":{"id":43837859,"uuid":"426803889","full_name":"LeandroLS/linksnitch","owner":"LeandroLS","description":"A Github Action that verify if your README.md has broken links","archived":false,"fork":false,"pushed_at":"2022-07-07T22:54:58.000Z","size":26,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-08T11:16:50.833Z","etag":null,"topics":["broken-link-finder","github-actions","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/LeandroLS.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":"2021-11-10T23:02:49.000Z","updated_at":"2022-11-10T13:33:02.000Z","dependencies_parsed_at":"2023-01-05T04:49:14.460Z","dependency_job_id":null,"html_url":"https://github.com/LeandroLS/linksnitch","commit_stats":{"total_commits":48,"total_committers":2,"mean_commits":24.0,"dds":0.02083333333333337,"last_synced_commit":"961b980c96487d25b7aa690d5ab820370607e667"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/LeandroLS/linksnitch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeandroLS%2Flinksnitch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeandroLS%2Flinksnitch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeandroLS%2Flinksnitch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeandroLS%2Flinksnitch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeandroLS","download_url":"https://codeload.github.com/LeandroLS/linksnitch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeandroLS%2Flinksnitch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267797777,"owners_count":24145711,"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-30T02:00:09.044Z","response_time":70,"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":["broken-link-finder","github-actions","golang"],"created_at":"2025-07-30T02:13:14.158Z","updated_at":"2025-07-30T02:13:15.049Z","avatar_url":"https://github.com/LeandroLS.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linksnitch 🔗\n\nA GitHub Action that automatically check the status codes response of links in README.md. Useful for checking broken links.\n\n## How to use\nIn your `.yml` workflow file:\n```yml\nname: A workflow that check if links in README.md is working\non: push\njobs:\n  build:\n    name: Check if README.md links work\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: LeandroLS/linksnitch@main\n        with:\n          allowedStatusCodes: '[200, 201]'\n```\nIn `allowdStatusCodes` you can set all the status codes that your links can return. If your README.md has some link that don't return one of the status codes set in `allowedStatusCodes` the workflow will fail and will show to you what links is broken.\n\n#### Badges\n[![test](https://github.com/LeandroLS/linksnitch/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/LeandroLS/linksnitch/actions/workflows/test.yml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandrols%2Flinksnitch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleandrols%2Flinksnitch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleandrols%2Flinksnitch/lists"}