{"id":20183334,"url":"https://github.com/auguwu/clippy-action","last_synced_at":"2025-04-10T05:24:58.027Z","repository":{"id":167840219,"uuid":"643386846","full_name":"auguwu/clippy-action","owner":"auguwu","description":"🐻‍❄️📦 GitHub action to run Clippy, an up-to-date and modern version of actions-rs/clippy","archived":false,"fork":false,"pushed_at":"2024-10-29T17:32:51.000Z","size":4287,"stargazers_count":15,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T18:56:18.054Z","etag":null,"topics":["cargo-clippy","clippy","github-action","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/auguwu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"github":["auguwu"],"custom":["https://paypal.me/auguwu","floofy.dev"]}},"created_at":"2023-05-21T01:53:59.000Z","updated_at":"2024-10-29T17:32:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e12baa7-2afa-4933-a74d-13aed6147112","html_url":"https://github.com/auguwu/clippy-action","commit_stats":null,"previous_names":["auguwu/clippy-action"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auguwu%2Fclippy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auguwu%2Fclippy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auguwu%2Fclippy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auguwu%2Fclippy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auguwu","download_url":"https://codeload.github.com/auguwu/clippy-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161900,"owners_count":21057670,"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":["cargo-clippy","clippy","github-action","typescript"],"created_at":"2024-11-14T02:45:19.334Z","updated_at":"2025-04-10T05:24:58.005Z","avatar_url":"https://github.com/auguwu.png","language":"TypeScript","funding_links":["https://github.com/sponsors/auguwu","https://paypal.me/auguwu","floofy.dev"],"categories":[],"sub_categories":[],"readme":"# 🐻‍❄️📦 Clippy GitHub Action\n\n\u003e _GitHub action to run Clippy, an up-to-date and modern version of [actions-rs/clippy](https://github.com/actions-rs/clippy)_\n\n**clippy-action** is a modernized and up-to-date version of [actions-rs/clippy](https://github.com/actions-rs/clippy) that takes advantage of GitHub's new features related to actions, and keeps dependencies up to date as `actions-rs/clippy` has been unmaintained since 2020.\n\n## Usage\n\n```yaml\njobs:\n    clippy:\n        name: Clippy\n        runs-on: ubuntu-latest\n        steps:\n            - uses: actions/checkout@v3\n            - uses: dtolnay/rust-toolchain@stable\n              with:\n                  components: clippy\n            - uses: auguwu/clippy-action@1.4.0\n              with:\n                  token: ${{secrets.GITHUB_TOKEN}}\n```\n\nThis action does allow writing check runs for Clippy results. To enable it, you will need to add this to your workflow:\n\n```yaml\npermissions:\n    checks: write\n```\n\n## License\n\n**clippy-action** is released under the [Apache 2.0](https://github.com/auguwu/clippy-action/blob/master/LICENSE) License with love by [Noel](https://floofy.dev)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauguwu%2Fclippy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauguwu%2Fclippy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauguwu%2Fclippy-action/lists"}