{"id":20121509,"url":"https://github.com/cirruslabs/swiftlint-action","last_synced_at":"2025-05-06T15:30:59.465Z","repository":{"id":239888763,"uuid":"800021353","full_name":"cirruslabs/swiftlint-action","owner":"cirruslabs","description":"Run SwiftLint from your GitHub Actions with ease","archived":false,"fork":false,"pushed_at":"2025-04-29T10:08:53.000Z","size":3220,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"v1","last_synced_at":"2025-04-29T11:23:07.664Z","etag":null,"topics":["github-actions","github-checks","swift","swiftlint"],"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/cirruslabs.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-13T14:50:34.000Z","updated_at":"2025-04-29T10:08:54.000Z","dependencies_parsed_at":"2024-06-11T18:39:13.971Z","dependency_job_id":"7ca8d95c-67b0-44d4-bea9-0715d25c7de4","html_url":"https://github.com/cirruslabs/swiftlint-action","commit_stats":null,"previous_names":["cirruslabs/swiftlint-action"],"tags_count":1,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirruslabs%2Fswiftlint-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirruslabs%2Fswiftlint-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirruslabs%2Fswiftlint-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cirruslabs%2Fswiftlint-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cirruslabs","download_url":"https://codeload.github.com/cirruslabs/swiftlint-action/tar.gz/refs/heads/v1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252712845,"owners_count":21792380,"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":["github-actions","github-checks","swift","swiftlint"],"created_at":"2024-11-13T19:29:29.838Z","updated_at":"2025-05-06T15:30:59.048Z","avatar_url":"https://github.com/cirruslabs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftLint Action\n\nRun [SwiftLint](https://github.com/realm/SwiftLint) from your GitHub Actions\nwith ease and annotations.\n\n\u003cimg width=\"1010\" alt=\"SwiftLintDemoPR\" src=\"https://github.com/cirruslabs/swiftlint-action/assets/989066/70f99351-4889-4a72-bbbf-e6cc9ab9b25f\"\u003e\n\nWorks with GitHub-managed runners, self-hosted runners and runners from services\nlike [Cirrus Runners](https://cirrus-runners.app/).\n\n## Usage\n\n```yaml\nsteps:\n  - uses: cirruslabs/swiftlint-action@v1\n    with:\n      version: latest\n```\n\nHere is a full example of a workflow file:\n\n```yaml\n# .github/workflows/swiftlint.yml\nname: SwiftLint\n\non:\n  push:\n    branches: ['main']\n  pull_request:\n    branches: ['main']\n\njobs:\n  SwiftLint:\n    runs-on: ghcr.io/cirruslabs/macos-runner:sonoma\n    steps:\n      - uses: actions/checkout@v4\n      - uses: cirruslabs/swiftlint-action@v1\n        with:\n          version: latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirruslabs%2Fswiftlint-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcirruslabs%2Fswiftlint-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcirruslabs%2Fswiftlint-action/lists"}