{"id":15144187,"url":"https://github.com/tree-sitter/parser-test-action","last_synced_at":"2025-10-19T16:31:34.876Z","repository":{"id":224262882,"uuid":"762649134","full_name":"tree-sitter/parser-test-action","owner":"tree-sitter","description":"Test action for tree-sitter parsers","archived":false,"fork":false,"pushed_at":"2024-12-21T18:52:53.000Z","size":13,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-29T21:11:13.828Z","etag":null,"topics":["actions","tree-sitter"],"latest_commit_sha":null,"homepage":"","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/tree-sitter.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-24T09:53:31.000Z","updated_at":"2025-01-22T23:13:44.000Z","dependencies_parsed_at":"2024-09-10T19:44:41.364Z","dependency_job_id":"5900ce95-b787-4c3d-9a29-7c8e12dae489","html_url":"https://github.com/tree-sitter/parser-test-action","commit_stats":null,"previous_names":["tree-sitter/parser-test-action"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparser-test-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparser-test-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparser-test-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparser-test-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tree-sitter","download_url":"https://codeload.github.com/tree-sitter/parser-test-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237163316,"owners_count":19265250,"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":["actions","tree-sitter"],"created_at":"2024-09-26T10:22:29.228Z","updated_at":"2025-10-19T16:31:34.871Z","avatar_url":"https://github.com/tree-sitter.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tree-sitter parser tests\n\n## Options\n\n```yaml\ngenerate:\n  description: Verify the generated parser\n  default: true\nabi-version:\n  description: The tree-sitter ABI version\n  default: \"15\"\n\ntest-parser:\n  description: Test the parser\n  default: true\ntest-parser-cmd:\n  description: Command that tests the parser\n  default: tree-sitter test\n\ntest-rust:\n  description: Test the Rust bindings\n  default: false\nrust-version:\n  description: Rust version\n  default: \"stable\"\n\ntest-node:\n  description: Test the Node bindings\n  default: false\nnode-version:\n  description: Node.js version\n  default: \"lts/*\"\n\ntest-python:\n  description: Test the Python bindings\n  default: false\npython-version:\n  description: Python version\n  default: \"3.11\"\n\ntest-go:\n  description: Test the Go bindings\n  default: false\ngo-version:\n  description: Go version\n  default: \"1.23\"\n\ntest-swift:\n  description: Test the Swift bindings\n  default: false\nswift-version:\n  description: Swift version\n  default: \"6.1\"\n\ntest-zig:\n  description: Test the Zig bindings\n  default: false\nzig-version:\n  description: Zig version\n  default: \"0.15.1\"\n```\n\n## Example configuration\n\n```yaml\nname: CI\n\non:\n  push:\n    branches: [master]\n    paths:\n      - grammar.js\n      - src/**\n      - bindings/**\n      - binding.gyp\n  pull_request:\n    paths:\n      - grammar.js\n      - src/**\n      - bindings/**\n      - binding.gyp\n\nconcurrency:\n  group: ${{github.workflow}}-${{github.ref}}\n  cancel-in-progress: true\n\njobs:\n  test:\n    name: Run tests\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: tree-sitter/setup-action/cli@v2\n      - uses: tree-sitter/parser-test-action@v3\n        with:\n          test-rust: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftree-sitter%2Fparser-test-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftree-sitter%2Fparser-test-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftree-sitter%2Fparser-test-action/lists"}