{"id":16252309,"url":"https://github.com/remarkablemark/commitlint","last_synced_at":"2025-04-08T12:41:59.579Z","repository":{"id":186608545,"uuid":"675418890","full_name":"remarkablemark/commitlint","owner":"remarkablemark","description":"📓 Lint commit messages with GitHub Actions.","archived":false,"fork":false,"pushed_at":"2025-02-25T03:06:04.000Z","size":32,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T05:46:23.142Z","etag":null,"topics":["commit","commit-message","commitlint","conventional-commits","github-actions","lint"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/lintcommit","language":null,"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/remarkablemark.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2023-08-06T21:07:03.000Z","updated_at":"2025-02-25T03:06:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"18e1d9b8-90a5-435f-80ee-49cde8eac70b","html_url":"https://github.com/remarkablemark/commitlint","commit_stats":null,"previous_names":["remarkablemark/commitlint"],"tags_count":6,"template":false,"template_full_name":"remarkablemark/github-actions-composite-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fcommitlint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/commitlint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247845896,"owners_count":21005923,"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":["commit","commit-message","commitlint","conventional-commits","github-actions","lint"],"created_at":"2024-10-10T15:13:10.664Z","updated_at":"2025-04-08T12:41:59.565Z","avatar_url":"https://github.com/remarkablemark.png","language":null,"funding_links":["https://github.com/sponsors/remarkablemark","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://b.remarkabl.org/teespring"],"categories":[],"sub_categories":[],"readme":"# commitlint\n\n[![version](https://badgen.net/github/release/remarkablemark/commitlint)](https://github.com/remarkablemark/commitlint/releases)\n[![test](https://github.com/remarkablemark/commitlint/actions/workflows/test.yml/badge.svg)](https://github.com/remarkablemark/commitlint/actions/workflows/test.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n📓 [Lint commit messages](https://commitlint.js.org/) with GitHub Actions.\n\n## Quick Start\n\n```yaml\n# .github/workflows/commitlint.yml\nname: commitlint\non: push\njobs:\n  commitlint:\n    runs-on: ubuntu-latest\n    permissions:\n      contents: read\n    steps:\n      - name: Commitlint\n        uses: remarkablemark/commitlint@v1\n        with:\n          checkout: true\n```\n\n## Usage\n\nValidate last commit message or all commit messages in a pull request:\n\n```yaml\n- uses: remarkablemark/commitlint@v1\n  with:\n    checkout: true\n```\n\nSee [action.yml](action.yml)\n\n## Inputs\n\n### `checkout`\n\n**Optional**: Whether to checkout the repository:\n\n```yaml\n- uses: remarkablemark/commitlint@v1\n  with:\n    checkout: true\n```\n\nOmit this input if the repository has already been checked out with all of the history:\n\n```yaml\n- uses: actions/checkout@v4\n  with:\n    fetch-depth: 0\n- uses: remarkablemark/commitlint@v1\n```\n\n### `config`\n\n**Optional**: The config to enforce conventional commits. Defaults to [`@commitlint/config-conventional`](https://www.npmjs.com/package/@commitlint/config-conventional):\n\n```yaml\n- uses: remarkablemark/commitlint@v1\n  with:\n    config: '@commitlint/config-angular'\n```\n\n### `from`\n\n**Optional**: The lower end of the commit range to lint. Defaults to `HEAD~1`:\n\n```yaml\n- uses: remarkablemark/commitlint@v1\n  with:\n    from: HEAD~\n```\n\n### `version`\n\n**Optional**: The version of [`@commitlint/cli`](https://www.npmjs.com/package/@commitlint/cli). Defaults to `latest`:\n\n```yaml\n- uses: remarkablemark/commitlint@v1\n  with:\n    version: 19.8.0\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fcommitlint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablemark%2Fcommitlint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fcommitlint/lists"}