{"id":13563496,"url":"https://github.com/mridang/action-idea","last_synced_at":"2026-04-19T19:32:09.156Z","repository":{"id":40472051,"uuid":"264716695","full_name":"mridang/action-idea","owner":"mridang","description":"A Github Action that runs IntelliJ in a headless mode and runs the configured inspections.","archived":false,"fork":false,"pushed_at":"2023-03-13T04:57:45.000Z","size":50,"stargazers_count":1,"open_issues_count":4,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-28T09:50:56.466Z","etag":null,"topics":["actions","ci","github","github-actions","headless","ide","intellij","jetbrains"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mridang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-05-17T17:06:34.000Z","updated_at":"2023-05-23T12:34:52.000Z","dependencies_parsed_at":"2024-01-14T03:47:27.643Z","dependency_job_id":"62f95d90-27d8-44e3-a9b3-5b0234f10328","html_url":"https://github.com/mridang/action-idea","commit_stats":{"total_commits":52,"total_committers":4,"mean_commits":13.0,"dds":0.4807692307692307,"last_synced_commit":"ceae1d0590ca0fa9f9f9b3f49910d098bf7d5306"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"actions/container-action","purl":"pkg:github/mridang/action-idea","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mridang%2Faction-idea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mridang%2Faction-idea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mridang%2Faction-idea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mridang%2Faction-idea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mridang","download_url":"https://codeload.github.com/mridang/action-idea/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mridang%2Faction-idea/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32020490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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","ci","github","github-actions","headless","ide","intellij","jetbrains"],"created_at":"2024-08-01T13:01:19.928Z","updated_at":"2026-04-19T19:32:09.137Z","avatar_url":"https://github.com/mridang.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# IntelliJ Inspector\n\nThis action runs IntelliJ inspections on your codebase.\n\n## Parameters\n| Parameter               | Type     | Default | Description                                                       |\n|-------------------------|----------|---------|-------------------------------------------------------------------|\n| `target`                | `string` |         | The directory to be inspected.                                    |\n| `profile`               | `string` |         | The absolute path to the profile file.                            |\n| `output`                | `string` |         | The absolute path to spew outputs to                              |\n| `verbosity`             | `string` | v2      | The verbose level. v0 - silent, v1 - verbose, v2 - most verbose.  |\n| `scope`                 | `string` |         | The inspection scope to be used. If none, all files are inspected.|\n| `noinspect`             | `string` | noop    | A comma-delimited list of inspection output files to be skipped.  |\n| `plugins`               | `string` |         | A comma-delimited list of plugins to be installed                 |\n\n## Usage\n```yaml\njobs:\n  inspect:\n    runs-on: ubuntu-latest\n\n    steps:\n    - name: Run IntelliJ\n      uses: mridang/action-idea@master\n      with:\n        target: .\n        profile: ./.idea/inspectionProfiles/Project_Default.xml\n        output: ./output\n        verbosity: v2\n        scope: Inspection\n        plugins: 1347\n```\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2020 Mridang Agarwalla\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmridang%2Faction-idea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmridang%2Faction-idea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmridang%2Faction-idea/lists"}