{"id":15099366,"url":"https://github.com/dmsi-io/gha-mobile-test","last_synced_at":"2026-01-06T10:55:50.773Z","repository":{"id":42427923,"uuid":"439727247","full_name":"dmsi-io/gha-mobile-test","owner":"dmsi-io","description":"Test and lint mobile apps","archived":false,"fork":false,"pushed_at":"2023-11-07T16:22:48.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-03-25T07:13:35.574Z","etag":null,"topics":["action","github-actions","linting","typescript","unit-testing"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmsi-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-12-18T22:27:26.000Z","updated_at":"2022-07-28T19:30:18.000Z","dependencies_parsed_at":"2024-11-15T22:39:32.786Z","dependency_job_id":"9c027c62-6e86-46e4-8b7d-6d4711436e7a","html_url":"https://github.com/dmsi-io/gha-mobile-test","commit_stats":{"total_commits":43,"total_committers":3,"mean_commits":"14.333333333333334","dds":"0.046511627906976716","last_synced_commit":"b212334f77833e392d0a935e61785a9fa67ce2b8"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmsi-io%2Fgha-mobile-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmsi-io%2Fgha-mobile-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmsi-io%2Fgha-mobile-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmsi-io%2Fgha-mobile-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmsi-io","download_url":"https://codeload.github.com/dmsi-io/gha-mobile-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858880,"owners_count":20684057,"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":["action","github-actions","linting","typescript","unit-testing"],"created_at":"2024-09-25T17:11:33.857Z","updated_at":"2026-01-06T10:55:50.742Z","avatar_url":"https://github.com/dmsi-io.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GHA Mobile Test\n\n[![release][release-badge]][release]\n\nThe purpose of this GitHub Action is to automate the testing of mobile apps.\n\n**NOTE:** This action expects that the repo will have been checked out prior to running the action.\n\n## Usage\n\n```yaml\nname: Test-Lint\n\npull_request:\n  types: [opened, synchronize, reopened]\n\njobs:\n  test:\n    name: Type-Check, Test, and Lint\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n        with:\n          submodules: true\n      - name: Test App\n        uses: dmsi-io/gha-mobile-test@main\n```\n\n## Inputs\n\n| NAME               | DESCRIPTION                                                                                                              | TYPE      | REQUIRED | DEFAULT |\n|--------------------|--------------------------------------------------------------------------------------------------------------------------|-----------|----------|---------|\n| `typescript`       | Allows enabling/disabling the TypeScript type checker (runs without emitting). Expects `yarn tsc` to be a valid command. | `boolean` | `false`  | `true`  |\n| `test`             | Allows enabling/disabling unit test. Expects `yarn test` to be a valid command.                                          | `boolean` | `false`  | `true`  |\n| `lint`             | Allows enabling/disabling the linter. Expects `yarn lint` to be a valid command.                                         | `string`  | `false`  | `true`  |\n| `changelog`        | Checks for a valid entry to the changelog                                                                                | `boolean` | `false`  | `false` |\n| `GHA_ACCESS_TOKEN` | The GitHub access token to use for authentication.                                                                       | `string`  | `false`  | `''`    |\n| `GHA_ACCESS_USER`  | The GitHub access user to use for authentication.                                                                        | `string`  | `false`  | `''`    |\n| `JIRA_BASE_URL`    | The Jira base URL used for creating links to Jira issues.                                                                | `string`  | `false`  | `''`    |\n\n\u003c!-- badge links --\u003e\n\n[release]: https://github.com/dmsi-io/gha-mobile-test/releases\n[release-badge]: https://img.shields.io/github/v/release/dmsi-io/gha-mobile-test?style=for-the-badge\u0026logo=github\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmsi-io%2Fgha-mobile-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmsi-io%2Fgha-mobile-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmsi-io%2Fgha-mobile-test/lists"}