{"id":46829981,"url":"https://github.com/vtno/seaeye","last_synced_at":"2026-03-10T09:47:50.880Z","repository":{"id":148140518,"uuid":"496339770","full_name":"vtno/seaeye","owner":"vtno","description":"SEA-EYE is a collection of useful Github actions and workflows used to build CI pipelines for TypeScript applications","archived":false,"fork":false,"pushed_at":"2024-05-20T09:40:26.000Z","size":95,"stargazers_count":12,"open_issues_count":4,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-21T10:09:08.033Z","etag":null,"topics":["github","github-actions"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/vtno.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-05-25T18:05:15.000Z","updated_at":"2024-05-21T10:09:08.034Z","dependencies_parsed_at":"2024-03-08T09:49:07.121Z","dependency_job_id":null,"html_url":"https://github.com/vtno/seaeye","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/vtno/seaeye","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtno%2Fseaeye","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtno%2Fseaeye/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtno%2Fseaeye/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtno%2Fseaeye/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vtno","download_url":"https://codeload.github.com/vtno/seaeye/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vtno%2Fseaeye/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30329193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["github","github-actions"],"created_at":"2026-03-10T09:47:50.771Z","updated_at":"2026-03-10T09:47:50.862Z","avatar_url":"https://github.com/vtno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SEA-EYE 👀\n\nNo frils collection of common actions and pre-made workflows for TypeScript project that uses `yarn@v1` as package manager.\n\n## Workflows\n\n- Build - run build, lint and test\n\n## Actions\n\n- Yarn Cache - cache installed deps\n\n```yaml\n- uses: vtno/seaeye/.github/actions/yarn-build@v0.1.0\n  with:\n    node-version: \"16\" # override the default version here\n    working-dir: \".\" # override working dir to run the command here\n```\n\n- Yarn Install - install deps and cache using Yarn Cache action\n\n```yaml\n- uses: vtno/seaeye/.github/actions/yarn-install@v0.1.0\n  with:\n    node-version: \"16\" # override the default version here\n    working-dir: \".\" # override working dir to run the command here\n```\n\n- Yarn Build - build with cached deps\n\n```yaml\n- uses: vtno/seaeye/.github/actions/yarn-build@v0.1.0\n  with:\n    node-version: \"16\" # override the default version here\n    working-dir: \".\" # override working dir to run the command here\n```\n\n- Yarn Test - test with cached deps\n\n```yaml\n- uses: vtno/seaeye/.github/actions/yarn-test@v0.1.0\n  with:\n    node-version: \"16\" # override the default version here\n    working-dir: \".\" # override working dir to run the command here\n```\n\n- Yarn Lint - lint with cached deps\n\n```yaml\n- uses: vtno/seaeye/.github/actions/yarn-lint@v0.1.0\n  with:\n    node-version: \"16\" # override the default version here\n    working-dir: \".\" # override working dir to run the command here\n```\n\n- Kumose Deployment - trigger for Kumose deployment\n```yaml\n- uses: vtno/seaeye/.github/actions/kumose-deployment@v0.4.1\n  with:\n    basic_auth_token: \"\" # Provide the basic auth token here\n    kumose_app_id: \"\" # Provide the Kumose app ID here\n    version: \"latest\" # Specify the version here\n```\n\n## Examples\n\n1. Using the `build` workflow - [workflow_test.yml](https://github.com/vtno/seei/blob/v0.1.0/.github/workflows/workflow_test.yml)\n```yaml\njobs:\n  call-build-workflow:\n    uses: vtno/seaeye/.github/workflows/build.yml@v0.1.0\n    with:\n      working-dir: example\n```\n\n2. Using `Yarn Test` action - [build.yml](https://github.com/vtno/seei/blob/v0.1.0/.github/workflows/build.yml#L46-L48)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtno%2Fseaeye","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvtno%2Fseaeye","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvtno%2Fseaeye/lists"}