{"id":48413312,"url":"https://github.com/arkedge/action-clang-tidy","last_synced_at":"2026-04-06T06:34:16.254Z","repository":{"id":103591156,"uuid":"592303078","full_name":"arkedge/action-clang-tidy","owner":"arkedge","description":"GitHub Action for clang-tidy with reviewdog","archived":false,"fork":false,"pushed_at":"2026-03-31T13:00:32.000Z","size":63,"stargazers_count":3,"open_issues_count":8,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-31T15:04:03.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/arkedge.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,"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":"2023-01-23T12:47:23.000Z","updated_at":"2025-06-01T19:44:07.000Z","dependencies_parsed_at":"2023-10-03T13:58:57.211Z","dependency_job_id":"1462251f-109a-4ff9-8ed6-4e7924d4a534","html_url":"https://github.com/arkedge/action-clang-tidy","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/arkedge/action-clang-tidy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkedge%2Faction-clang-tidy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkedge%2Faction-clang-tidy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkedge%2Faction-clang-tidy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkedge%2Faction-clang-tidy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arkedge","download_url":"https://codeload.github.com/arkedge/action-clang-tidy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkedge%2Faction-clang-tidy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31463014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":[],"created_at":"2026-04-06T06:34:15.731Z","updated_at":"2026-04-06T06:34:16.246Z","avatar_url":"https://github.com/arkedge.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions: Run clang-tidy with reviewdog\n\nThis action runs [clang-tidy](https://clang.llvm.org/extra/clang-tidy/) with [reviewdog](https://github.com/reviewdog/reviewdog).\n\n## Example Usage\n\n```yaml\nname: Build \u0026 clang-tidy\non: [pull_request]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v3\n    - name: CMake\n      env:\n        CC: clang\n      run: cmake -B ./build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON\n    - name: reviewdog with clang-tidy\n      uses: arkedge/action-clang-tidy\n      with:\n        workdir: ./build\n    - name: Build\n     run: cmake --build ./build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkedge%2Faction-clang-tidy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkedge%2Faction-clang-tidy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkedge%2Faction-clang-tidy/lists"}