{"id":18340418,"url":"https://github.com/dimensiondev/setup-editorconfig-action","last_synced_at":"2025-06-22T15:37:42.398Z","repository":{"id":98073518,"uuid":"455831510","full_name":"DimensionDev/setup-editorconfig-action","owner":"DimensionDev","description":"EditorConfig Checker Action","archived":false,"fork":false,"pushed_at":"2022-02-06T07:21:00.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T20:48:47.779Z","etag":null,"topics":[],"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/DimensionDev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-05T09:51:13.000Z","updated_at":"2022-02-06T03:22:08.000Z","dependencies_parsed_at":"2023-05-23T10:30:19.789Z","dependency_job_id":null,"html_url":"https://github.com/DimensionDev/setup-editorconfig-action","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DimensionDev/setup-editorconfig-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2Fsetup-editorconfig-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2Fsetup-editorconfig-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2Fsetup-editorconfig-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2Fsetup-editorconfig-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DimensionDev","download_url":"https://codeload.github.com/DimensionDev/setup-editorconfig-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2Fsetup-editorconfig-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261316131,"owners_count":23140404,"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-05T20:22:27.996Z","updated_at":"2025-06-22T15:37:37.383Z","avatar_url":"https://github.com/DimensionDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup EditorConfig Action\n\nUnofficial [EditorConfig Checker](https://github.com/editorconfig-checker/editorconfig-checker) GitHub Action\n\n## Usage\n\n### Pre-requisites\n\nCreate a workflow `.yml` file in your repositories `.github/workflows` directory.\nAn [example workflow](#example-workflow) is available below.\nFor more information, reference the GitHub Help Documentation for [Creating a workflow file][creating-a-workflow-file].\n\n[creating-a-workflow-file]: https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file\n\n### Inputs\n\n| Field     | Description                 |\n| --------- | --------------------------- |\n| `version` | Version (default: `latest`) |\n\n### Example workflow\n\n```yaml\nname: EditorConfig Checker\n\non:\n  pull_request:\n    branches:\n      - main\n\njobs:\n  editorconfig:\n    runs-on: ubuntu-20.04\n    steps:\n      - uses: actions/checkout@v2\n      - uses: DimensionDev/setup-editorconfig-action@latest\n      - run: editorconfig-checker\n```\n\n## License\n\n[MIT LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensiondev%2Fsetup-editorconfig-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimensiondev%2Fsetup-editorconfig-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensiondev%2Fsetup-editorconfig-action/lists"}