{"id":25631838,"url":"https://github.com/natiginfo/action-detekt-all","last_synced_at":"2025-10-18T19:02:13.468Z","repository":{"id":38308682,"uuid":"258730834","full_name":"natiginfo/action-detekt-all","owner":"natiginfo","description":"Run detekt for all files","archived":false,"fork":false,"pushed_at":"2025-03-06T09:02:51.000Z","size":43596,"stargazers_count":34,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T17:12:19.083Z","etag":null,"topics":["android","detekt","github-actions","kotlin"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/detekt-all","language":"Python","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/natiginfo.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}},"created_at":"2020-04-25T09:14:24.000Z","updated_at":"2025-03-12T15:21:11.000Z","dependencies_parsed_at":"2024-01-18T09:48:04.357Z","dependency_job_id":"bb25dc26-80da-45c1-920e-a5991df2f46a","html_url":"https://github.com/natiginfo/action-detekt-all","commit_stats":{"total_commits":71,"total_committers":3,"mean_commits":"23.666666666666668","dds":0.2816901408450704,"last_synced_commit":"6587a98e8e22c3309730dc709e41f96b146965eb"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natiginfo%2Faction-detekt-all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natiginfo%2Faction-detekt-all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natiginfo%2Faction-detekt-all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natiginfo%2Faction-detekt-all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natiginfo","download_url":"https://codeload.github.com/natiginfo/action-detekt-all/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923765,"owners_count":21183953,"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","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":["android","detekt","github-actions","kotlin"],"created_at":"2025-02-22T20:31:38.468Z","updated_at":"2025-10-18T19:02:08.246Z","avatar_url":"https://github.com/natiginfo.png","language":"Python","funding_links":[],"categories":["Kotlin"],"sub_categories":[],"readme":"# GitHub Action: Detekt All\n\nGitHub Action for running [detekt](https://github.com/detekt/detekt) checks to enforce best practices. Detekt is a static code analysis tool for Kotlin.\n\nVersion of the action is aligned with [detekt versions](https://github.com/detekt/detekt/releases).\n\n## Example usage\n\n```yaml\nname: detekt\n\non:\n  push:\n    branches: [ master ]\n\n jobs:\n   detekt:\n     runs-on: ubuntu-latest\n\n     steps:\n       - name: \"checkout\"\n         uses: actions/checkout@v2\n\n       - name: \"detekt\"\n         uses: natiginfo/action-detekt-all@1.23.8\n```\n## Usage with [CLI parameters](https://detekt.github.io/detekt/cli.html#use-the-cli)\n\n\n```yaml\nname: detekt\n\non:\n  push:\n    branches: [ master ]\n\n jobs:\n   detekt:\n     runs-on: ubuntu-latest\n\n     steps:\n       - name: \"checkout\"\n         uses: actions/checkout@v2\n\n       - name: \"detekt\"\n         uses: natiginfo/action-detekt-all@1.23.8\n         with:\n          args:  --config detekt.yml\n```\n\nYou can check available CLI parameters [here](https://detekt.github.io/detekt/cli.html#use-the-cli)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatiginfo%2Faction-detekt-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatiginfo%2Faction-detekt-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatiginfo%2Faction-detekt-all/lists"}