{"id":21621325,"url":"https://github.com/yutailang0119/action-android-lint","last_synced_at":"2025-05-05T22:33:22.080Z","repository":{"id":37036808,"uuid":"253956874","full_name":"yutailang0119/action-android-lint","owner":"yutailang0119","description":"GitHub Action for Android Lint","archived":false,"fork":false,"pushed_at":"2025-05-04T20:03:35.000Z","size":3889,"stargazers_count":27,"open_issues_count":8,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-04T21:19:33.226Z","etag":null,"topics":["android","android-lint","github-actions","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/yutailang0119.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}},"created_at":"2020-04-08T01:43:54.000Z","updated_at":"2025-04-12T07:08:23.000Z","dependencies_parsed_at":"2023-10-02T18:18:34.619Z","dependency_job_id":"cd12484a-0a69-427a-b52d-910a95a2ec23","html_url":"https://github.com/yutailang0119/action-android-lint","commit_stats":{"total_commits":524,"total_committers":4,"mean_commits":131.0,"dds":0.4007633587786259,"last_synced_commit":"b796b34958e73a2ddf5d7a837970edce91320b45"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutailang0119%2Faction-android-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutailang0119%2Faction-android-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutailang0119%2Faction-android-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yutailang0119%2Faction-android-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yutailang0119","download_url":"https://codeload.github.com/yutailang0119/action-android-lint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252586382,"owners_count":21772287,"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","android-lint","github-actions","typescript"],"created_at":"2024-11-24T23:14:35.407Z","updated_at":"2025-05-05T22:33:22.075Z","avatar_url":"https://github.com/yutailang0119.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://github.com/yutailang0119/action-android-lint/actions\"\u003e\u003cimg alt=\"action-android-lint status\" src=\"https://github.com/yutailang0119/action-android-lint/workflows/build-test/badge.svg\"\u003e\u003c/a\u003e\n\n# GitHub Action for Android Lint\n\nThis Action generates annotations from [Android Lint](https://developer.android.com/studio/write/lint) Report XML.\n\n## Usage\n\nAn example workflow(.github/workflows/android-lint.yml) to executing Android Lint follows:\n\n```yml\nname: AndroidLint\n\non:\n  pull_request:\n    paths:\n      - .github/workflows/android-lint.yml\n      - '*/src/**'\n      - gradle/**\n      - '**.gradle'\n      - gradle.properties\n      - gradlew*\n\njobs:\n  android-lint:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          fetch-depth: 1\n      - name: set up JDK\n        uses: actions/setup-java@v4\n        with:\n          distribution: jetbrains\n          java-version: 21\n          cache: gradle\n      - run: ./gradlew lint\n      - uses: yutailang0119/action-android-lint@v4\n        with:\n          report-path: build/reports/*.xml # Support glob patterns by https://www.npmjs.com/package/@actions/glob\n          ignore-warnings: true # Ignore Lint Warnings\n        continue-on-error: false # If annotations contain error of severity, action-android-lint exit 1.\n```\n\n## Author\n\n[Yutaro Muta](https://github.com/yutailang0119)\n\n## References\n\n- Generated from [actions/typescript-action](https://github.com/actions/typescript-action) as template.\n- This refer to [mobileposse/github-android-lint-action](https://github.com/mobileposse/github-android-lint-action).\n\n## License\n\naction-android-lint is available under the MIT license. See [the LICENSE file](./LICENSE) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutailang0119%2Faction-android-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyutailang0119%2Faction-android-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyutailang0119%2Faction-android-lint/lists"}