https://github.com/koki-develop/bun-diff-action
Show diff of bun.lockb on a Pull Request.
https://github.com/koki-develop/bun-diff-action
bun github-actions
Last synced: 7 months ago
JSON representation
Show diff of bun.lockb on a Pull Request.
- Host: GitHub
- URL: https://github.com/koki-develop/bun-diff-action
- Owner: koki-develop
- License: mit
- Created: 2024-08-15T05:38:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T13:34:44.000Z (over 1 year ago)
- Last Synced: 2025-04-12T03:43:43.907Z (10 months ago)
- Topics: bun, github-actions
- Language: TypeScript
- Homepage: https://github.com/marketplace/actions/bun-diff-action
- Size: 1.97 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bun Diff Action
[](https://github.com/koki-develop/bun-diff-action/releases/latest)
[](https://github.com/koki-develop/bun-diff-action/actions/workflows/ci.yml)
[](https://github.com/koki-develop/bun-diff-action/actions/workflows/build.yml)
Show diff of `bun.lockb` on a Pull Request.

## Usage
```yaml
on:
pull_request:
jobs:
bun-diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: koki-develop/bun-diff-action@v1
```
> [!NOTE]
> If the `Settings` > `Actions` > `General` > `Workflow permissions` setting is not set to `Read and write permissions`, you need to explicitly set the `permissions:` setting.
> ```yaml
> permissions:
> contents: read
> pull-requests: write # Required to add a comment to a pull request
> ```
## LICENSE
[MIT](./LICENSE)