{"id":15144191,"url":"https://github.com/tree-sitter/parse-action","last_synced_at":"2025-07-04T03:06:18.366Z","repository":{"id":224249208,"uuid":"762648740","full_name":"tree-sitter/parse-action","owner":"tree-sitter","description":"File parsing action for tree-sitter parsers","archived":false,"fork":false,"pushed_at":"2025-01-21T15:25:22.000Z","size":201,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-27T05:10:24.910Z","etag":null,"topics":["actions","tree-sitter"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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:51:58.000Z","updated_at":"2025-05-29T17:00:04.000Z","dependencies_parsed_at":"2024-03-19T19:28:37.723Z","dependency_job_id":"f063cb8a-1081-4e03-939e-adeecd19065d","html_url":"https://github.com/tree-sitter/parse-action","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.15384615384615385","last_synced_commit":"f44ffa94f802024f27e821a72e6f2f3efc5dd521"},"previous_names":["tree-sitter/parse-action"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/tree-sitter/parse-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparse-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparse-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparse-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparse-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tree-sitter","download_url":"https://codeload.github.com/tree-sitter/parse-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tree-sitter%2Fparse-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263437343,"owners_count":23466367,"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:30.577Z","updated_at":"2025-07-04T03:06:18.338Z","avatar_url":"https://github.com/tree-sitter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tree-sitter parse files\n\n## Options\n\n```yaml\nfiles:\n  description: Glob patterns of files to be parsed\nfiles-list:\n  description: File with glob patterns of files to be parsed\ninvalid-files:\n  description: Glob patterns of files that are invalid\ninvalid-files-list:\n  description: File with glob patterns of files that are invalid\n```\n\n\u003e [!NOTE]\n\u003e You must supply at least one of `files` and `files-list`.\n\n## Example configuration\n\n```yaml\nname: Parse examples\n\non:\n  push:\n    branches: [master]\n    paths:\n      - grammar.js\n  pull_request:\n    paths:\n      - grammar.js\n\njobs:\n  examples:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - run: npm install\n      - uses: tree-sitter/parse-action@v3\n        id: examples\n        continue-on-error: true\n        with:\n          files: |-\n            examples/**\n      - uses: actions/upload-artifact@v4\n        if: steps.examples.outputs.failures != ''\n        with:\n          name: failures\n          path: ${{steps.examples.outputs.failures}}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftree-sitter%2Fparse-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftree-sitter%2Fparse-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftree-sitter%2Fparse-action/lists"}