{"id":21974283,"url":"https://github.com/frequenz-floss/gh-action-protolint","last_synced_at":"2025-09-01T06:33:33.398Z","repository":{"id":223492085,"uuid":"760455026","full_name":"frequenz-floss/gh-action-protolint","owner":"frequenz-floss","description":"An opinionated pre-configured version of https://github.com/yoheimuta/action-protolint","archived":false,"fork":false,"pushed_at":"2024-02-23T14:00:35.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"v0.x.x","last_synced_at":"2025-03-22T23:27:52.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/frequenz-floss.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":"2024-02-20T13:03:16.000Z","updated_at":"2024-02-20T13:28:35.000Z","dependencies_parsed_at":"2025-03-22T23:26:06.298Z","dependency_job_id":"7d85c008-c5cf-4d37-98bf-b38a7f787b8b","html_url":"https://github.com/frequenz-floss/gh-action-protolint","commit_stats":null,"previous_names":["frequenz-floss/gh-action-protolint"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/frequenz-floss/gh-action-protolint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Fgh-action-protolint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Fgh-action-protolint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Fgh-action-protolint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Fgh-action-protolint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frequenz-floss","download_url":"https://codeload.github.com/frequenz-floss/gh-action-protolint/tar.gz/refs/heads/v0.x.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Fgh-action-protolint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273082419,"owners_count":25042282,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-29T15:40:42.275Z","updated_at":"2025-09-01T06:33:33.344Z","avatar_url":"https://github.com/frequenz-floss.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Protolint Action\n\nThis action runs [protolint](https://github.com/yoheimuta/protolint) using the\n[action-protolint](https://github.com/yoheimuta/action-protolint) GitHub\nAction with a custom configuration used in most Frequenz projects.\n\nHere is an example demonstrating how to use it in a workflow:\n\n```yaml\njobs:\n  protolint:\n    name: Check proto files with protolint\n    runs-on: ubuntu-20.04\n\n    steps:\n      - name: Run protolint\n        uses: frequenz-io/gh-action-protolint@v0.x.x\n```\n\nBy default, the action will checkout submodules (non-recursively) and use the\n`secrets.github_token` to do both the fetching and to do GitHub API calls to\ncomment in PRs for example. It looks for proto files in the `proto/` directory\nand uses a fixed protolint version (please look at the\n[`action.yml`](./action.yml) file for the current version).\n\nYou can change those defaults using custom inputs. For example:\n\n```yaml\njobs:\n  protolint:\n    name: Check proto files with protolint\n    runs-on: ubuntu-20.04\n\n    steps:\n      - name: Run protolint\n        uses: frequenz-io/gh-action-protolint@v0.x.x\n        with:\n          submodules: recursive\n          checkout_token: ${{ secrets.my_checkout_token }}\n          api_token: ${{ secrets.my_api_token }}\n          protolint_flags: \"-config_path=.github/protolint.yaml proto/\"\n          protolint_version: \"v0.46.0\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrequenz-floss%2Fgh-action-protolint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrequenz-floss%2Fgh-action-protolint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrequenz-floss%2Fgh-action-protolint/lists"}