{"id":32708683,"url":"https://github.com/jeff283/bun-basic-action","last_synced_at":"2026-05-09T05:09:56.089Z","repository":{"id":321290275,"uuid":"1085276042","full_name":"jeff283/bun-basic-action","owner":"jeff283","description":"A starter template for creating GitHub composite actions with Bun - sets up Bun, installs dependencies, and builds your project","archived":false,"fork":false,"pushed_at":"2025-10-28T20:38:05.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-28T22:26:15.869Z","etag":null,"topics":["actions","bun","ci","cicd"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/jeff283.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-28T20:20:48.000Z","updated_at":"2025-10-28T20:38:09.000Z","dependencies_parsed_at":"2025-10-28T22:26:19.462Z","dependency_job_id":"ee93bf30-0d32-4951-8b13-f2f02356d704","html_url":"https://github.com/jeff283/bun-basic-action","commit_stats":null,"previous_names":["jeff283/bun-basic-action"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jeff283/bun-basic-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff283%2Fbun-basic-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff283%2Fbun-basic-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff283%2Fbun-basic-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff283%2Fbun-basic-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeff283","download_url":"https://codeload.github.com/jeff283/bun-basic-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff283%2Fbun-basic-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["actions","bun","ci","cicd"],"created_at":"2025-11-02T04:00:29.746Z","updated_at":"2026-05-09T05:09:56.081Z","avatar_url":"https://github.com/jeff283.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bun Basic Action\n\nA GitHub composite action that sets up [Bun](https://bun.sh) and runs your build process. This action automates the common workflow of checking out code, installing Bun, installing dependencies, and building your project.\n\n## Features\n\n-  **Fast Setup**: Automatically installs the latest version of Bun\n-  **Dependency Management**: Runs `bun ci` for clean, reproducible dependency installation\n-  **Build Automation**: Executes your build script using Bun\n-  **Composite Action**: Easy to integrate into any workflow\n\n## Usage\n\nAdd this action to your workflow:\n\n```yaml\nname: My Workflow\n\non:\n  push:\n    branches:\n      - main\n  workflow_dispatch:\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Run Bun Basic Action\n        uses: jeff283/bun-basic-action@main\n```\n\n## What This Action Does\n\nThis composite action performs the following steps:\n\n1. **Checkout Code**: Uses `actions/checkout@v4` to checkout your repository\n2. **Setup Bun**: Installs the latest version of Bun using `oven-sh/setup-bun@v2`\n3. **Install Dependencies**: Runs `bun ci` to install dependencies from your lockfile\n4. **Build**: Executes `bun run build` to build your application\n\n## Requirements\n\nYour repository should have:\n- A `package.json` file with a `build` script defined\n- A `bun.lockb` file (Bun's lockfile) for reproducible installs\n\n## Example Repository Structure\n\n```\nyour-repo/\n├── package.json      # Must include a \"build\" script\n├── bun.lockb        # Bun lockfile\n├── index.ts         # Your source files\n└── tsconfig.json    # TypeScript configuration (if using TypeScript)\n```\n\n\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n\n## Author\n\nJeff Njoroge ([@jeff283](https://github.com/jeff283))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff283%2Fbun-basic-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeff283%2Fbun-basic-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff283%2Fbun-basic-action/lists"}