{"id":16962521,"url":"https://github.com/threeal/leettest-action","last_synced_at":"2025-04-14T12:20:38.863Z","repository":{"id":232358913,"uuid":"783612398","full_name":"threeal/leettest-action","owner":"threeal","description":"Compile and test solutions to LeetCode problems on GitHub Actions ","archived":false,"fork":false,"pushed_at":"2025-04-12T12:59:19.000Z","size":2399,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T13:57:26.440Z","etag":null,"topics":[],"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/threeal.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,"zenodo":null}},"created_at":"2024-04-08T08:28:34.000Z","updated_at":"2025-04-09T14:27:27.000Z","dependencies_parsed_at":"2024-11-07T16:23:12.777Z","dependency_job_id":"a48a0c94-9d4e-492b-b21c-eb98ec608999","html_url":"https://github.com/threeal/leettest-action","commit_stats":null,"previous_names":["threeal/leettest-action"],"tags_count":1,"template":false,"template_full_name":"threeal/action-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fleettest-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fleettest-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fleettest-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fleettest-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threeal","download_url":"https://codeload.github.com/threeal/leettest-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877968,"owners_count":21176244,"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":[],"created_at":"2024-10-13T23:07:00.568Z","updated_at":"2025-04-14T12:20:38.834Z","avatar_url":"https://github.com/threeal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetTest Action\n\nCompile and test solutions to [LeetCode](https://leetcode.com/) problems on GitHub Actions.\n\n## Available Inputs\n\n| Name    | Type             | Description                                                                        |\n| ------- | ---------------- | ---------------------------------------------------------------------------------- |\n| `files` | Multiple strings | A list of pattern for solution files to process. It defaults to `**/solution.cpp`. |\n\n## Example Usages\n\nThis example demonstrates how to use this action to compile and test solutions to LeetCode problems in a GitHub Actions workflow:\n\n```yaml\nname: Test\non:\n  push:\njobs:\n  test-solutions:\n    name: Test Solutions\n    runs-on: ubuntu-24.04\n    steps:\n      - name: Checkout Project\n        uses: actions/checkout@v4.2.0\n\n      - name: Test Solutions\n        uses: threeal/leettest-action@v0.2.0\n```\n\n### Testing Specific Solution Files\n\nBy default, this action tests all solution files in the current working directory. To specify the solution files to test, set the `files` input:\n\n```yaml\n- name: Test Solutions\n  uses: threeal/leettest-action@v0.2.0\n  with:\n    files: |\n      problems/2235/solution.cpp\n      other-problems/**/solution.cpp\n```\n\n## License\n\nThis project is licensed under the terms of the [MIT License](./LICENSE).\n\nCopyright © 2024-2025 [Alfi Maulana](https://github.com/threeal/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Fleettest-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreeal%2Fleettest-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Fleettest-action/lists"}