{"id":21466557,"url":"https://github.com/permafrost-dev/eslint-docker-ga","last_synced_at":"2025-07-13T04:33:34.015Z","repository":{"id":65161267,"uuid":"441845822","full_name":"permafrost-dev/eslint-docker-ga","owner":"permafrost-dev","description":"Run ESLint on your source code from a workflow","archived":false,"fork":false,"pushed_at":"2024-03-22T04:41:05.000Z","size":118,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-14T06:47:06.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/permafrost-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"permafrost-dev","custom":"https://permafrost.dev/open-source"}},"created_at":"2021-12-26T08:41:54.000Z","updated_at":"2022-01-09T04:29:32.000Z","dependencies_parsed_at":"2025-01-23T15:41:47.667Z","dependency_job_id":null,"html_url":"https://github.com/permafrost-dev/eslint-docker-ga","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.16666666666666663","last_synced_commit":"7ca25fddf7a58441da865ff7b87acac0c08d84c5"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"permafrost-dev/github-action-template-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permafrost-dev%2Feslint-docker-ga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permafrost-dev%2Feslint-docker-ga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permafrost-dev%2Feslint-docker-ga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permafrost-dev%2Feslint-docker-ga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/permafrost-dev","download_url":"https://codeload.github.com/permafrost-dev/eslint-docker-ga/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982136,"owners_count":20378606,"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":[],"created_at":"2024-11-23T08:14:37.051Z","updated_at":"2025-03-17T05:47:59.233Z","avatar_url":"https://github.com/permafrost-dev.png","language":"JavaScript","funding_links":["https://github.com/sponsors/permafrost-dev","https://permafrost.dev/open-source"],"categories":[],"sub_categories":[],"readme":"# eslint-docker-ga\n\nRun ESLint on your source code from GitHub workflows\n\nSample Github workflow (this assumes there is a `.eslintrc.js` file in your repository):\n\n```yaml\nname: Check \u0026 fix styling (eslint)\n\non:\n  push:\n\njobs:\n  prettier:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v2\n        with:\n          ref: ${{ github.head_ref }}\n\n      - name: Run ESLint\n        uses: permafrost-dev/eslint-docker-ga@main\n        with:\n          args: --fix ./src/**/*\n\n      - name: Commit changes\n        uses: stefanzweifel/git-auto-commit-action@v4\n        with:\n          commit_message: Fix styling\n```\n\nUse a preset configuration by either NOT specifying the `--config` option in `args`, or by specifying `--typescript` to use the TypeScript configuration.\n\n```yaml\nname: Check \u0026 fix styling (eslint)\n\non:\n  push:\n\njobs:\n  prettier:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout code\n        uses: actions/checkout@v2\n        with:\n          ref: ${{ github.head_ref }}\n\n      - name: Run ESLint\n        uses: permafrost-dev/eslint-docker-ga@main\n        with:\n          args: --typescript --fix ./src/**/*\n\n      - name: Commit changes\n        uses: stefanzweifel/git-auto-commit-action@v4\n        with:\n          commit_message: Fix styling\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Patrick Organ](https://github.com/patinthehat)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpermafrost-dev%2Feslint-docker-ga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpermafrost-dev%2Feslint-docker-ga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpermafrost-dev%2Feslint-docker-ga/lists"}