{"id":26600869,"url":"https://github.com/jiro4989/nimlint-action","last_synced_at":"2025-04-09T16:24:28.802Z","repository":{"id":65155545,"uuid":"233541361","full_name":"jiro4989/nimlint-action","owner":"jiro4989","description":"NIm lint GitHub Actions.","archived":false,"fork":false,"pushed_at":"2021-08-21T16:03:16.000Z","size":70,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T11:48:54.098Z","etag":null,"topics":["bash","ci","dockerfile","github-actions","nim"],"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/jiro4989.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}},"created_at":"2020-01-13T07:56:43.000Z","updated_at":"2022-08-26T06:14:31.000Z","dependencies_parsed_at":"2023-01-05T13:20:53.571Z","dependency_job_id":null,"html_url":"https://github.com/jiro4989/nimlint-action","commit_stats":{"total_commits":27,"total_committers":1,"mean_commits":27.0,"dds":0.0,"last_synced_commit":"17e6f8e56b6f71c3937e65160ecdb74862cdd18e"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Fnimlint-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Fnimlint-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Fnimlint-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiro4989%2Fnimlint-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiro4989","download_url":"https://codeload.github.com/jiro4989/nimlint-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248066106,"owners_count":21042037,"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":["bash","ci","dockerfile","github-actions","nim"],"created_at":"2025-03-23T18:35:50.886Z","updated_at":"2025-04-09T16:24:28.770Z","avatar_url":"https://github.com/jiro4989.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nimlint-action\n\n**INFO:** This repository moved to [reviewdog/action-nimlint](https://github.com/reviewdog/action-nimlint).\nI will continue to maintenance that, and i will not maintenance this repository.\nPlease you use that too.\n\n---\n\nThis action lints Nim codes.\nnimlint-action is inspired by [reviewdog/action-eslint](https://github.com/reviewdog/action-eslint).\n\nThis action runs `nim check` with\n[reviewdog](https://github.com/reviewdog/reviewdog) on pull requests to improve\ncode review experience.\n\n[![github-pr-review sample](./docs/nimlint.png)](https://github.com/jiro4989/nimlint-action/pull/5)\n\n## Inputs\n\n### `github_token`\n\n**Required**. Must be in form of `github_token: ${{ secrets.github_token }}`'.\n\n### `level`\n\nOptional. Report level for reviewdog [info,warning,error].\nIt's same as `-level` flag of reviewdog.\n\n### `reporter`\n\nReporter of reviewdog command [github-pr-check,github-check,github-pr-review].\nDefault is github-pr-check.\nIt's same as `-reporter` flag of reviewdog.\n\ngithub-pr-review can use Markdown and add a link to rule page in reviewdog reports.\n\n### `src`\n\nOptional. Nim source code path glob. Default: 'src/*.nim'\n\n### `ignore_regexp`\n\nOptional. Ignore message pattern. Default: ''\n\n## Example usage\n\nYou also need to install [nim](https://github.com/nim-lang/Nim).  \n\n### [.github/workflows/nimlint-action.yml](.github/workflows/nimlint-action.yml)\n\n```yml\nname: nimlint\n\non: [pull_request]\n\njobs:\n  nimlint:\n    name: runner / nimlint\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n\n      - name: nimlint-github-pr-review\n        uses: jiro4989/nimlint-action@v1.0.0\n        with:\n          github_token: ${{ secrets.github_token }}\n          reporter: github-pr-review # Change reporter.\n          src: 'src/*.nim'\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiro4989%2Fnimlint-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiro4989%2Fnimlint-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiro4989%2Fnimlint-action/lists"}