{"id":31838682,"url":"https://github.com/duckduckstudio/check_locale_paths","last_synced_at":"2026-02-18T08:05:29.129Z","repository":{"id":313895592,"uuid":"1053325840","full_name":"DuckDuckStudio/Check_Locale_Paths","owner":"DuckDuckStudio","description":"检查你的网站项目中是否意外的使用了本地路径。","archived":false,"fork":false,"pushed_at":"2026-01-14T07:59:23.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-14T09:22:41.590Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DuckDuckStudio.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-09T09:43:40.000Z","updated_at":"2026-01-14T07:57:40.000Z","dependencies_parsed_at":"2025-09-09T12:52:40.643Z","dependency_job_id":"5dd528fc-e2bc-42b9-bb39-2351ea3cea03","html_url":"https://github.com/DuckDuckStudio/Check_Locale_Paths","commit_stats":null,"previous_names":["duckduckstudio/check_locale_paths"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/DuckDuckStudio/Check_Locale_Paths","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FCheck_Locale_Paths","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FCheck_Locale_Paths/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FCheck_Locale_Paths/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FCheck_Locale_Paths/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuckDuckStudio","download_url":"https://codeload.github.com/DuckDuckStudio/Check_Locale_Paths/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuckDuckStudio%2FCheck_Locale_Paths/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28490375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T23:55:29.509Z","status":"ssl_error","status_checked_at":"2026-01-16T23:55:29.108Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2025-10-12T03:48:58.370Z","updated_at":"2026-01-17T00:39:43.498Z","avatar_url":"https://github.com/DuckDuckStudio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Check Locale Paths\n检查你的网站项目中是否意外的使用了本地路径。  \n\n[![GitHub Release](https://img.shields.io/github/release/DuckDuckStudio/Check_Locale_Paths?style=flat)](https://github.com/DuckDuckStudio/Check_Locale_Paths/releases/latest)  \n[反馈Bug🐛](https://github.com/DuckDuckStudio/Check_Locale_Paths/issues) | [使用示例🚀](#6-使用示例)  \n\n## 可用参数\n\n\u003e [!TIP]\n\u003e 所有参数名使用**复数**形式  \n\n| 参数 | 描述 | 默认值 | 是否必须 | 备注 |\n|-----|-----|-----|-----|-----|\n| `formats` | 需要检查的文件格式，以 `,` 分隔 | `html,css,js,mjs,ts,mts` | 否 | / |\n| `skip_files` | 跳过的文件，以 `,` 分隔 | / | 否 | / |\n| `skip_folders` | 跳过的文件夹，以 `,` 分隔 | `node_modules` | 否 | / |\n\n## 使用示例\n```yaml\nname: 检查本地路径\n\n# GitHub Action DuckDuckStudio/Check_Locale_Paths 版本 2.0.0 示例工作流\n# https://github.com/marketplace/actions/check-locale-paths\n# 通过 [Apache License v2.0](https://github.com/DuckDuckStudio/Check_Locale_Paths/blob/main/LICENSE) 许可\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n\npermissions: {}\n\njobs:\n  check-local-paths:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: 检查本地路径\n        uses: DuckDuckStudio/Check_Locale_Paths@2.0.0\n        with:\n          skip_files: skiped.html\n          # 默认\n          # skip_folders: node_modules\n          # formats: html,css,js,mjs,ts,mts\n```\n\n## 星星 🌟\n如果您认为本项目对您有帮助，还请给本项目一个小小的 Star 。  \n[![星标历史](https://api.star-history.com/svg?repos=DuckDuckStudio/Check_Locale_Paths\u0026type=Date)](https://star-history.com/#DuckDuckStudio/Check_Locale_Paths\u0026Date)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckduckstudio%2Fcheck_locale_paths","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduckduckstudio%2Fcheck_locale_paths","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduckduckstudio%2Fcheck_locale_paths/lists"}