bun-diff-action

Show diff of bun.lockb on a Pull Request.

MIT License

Stars
3
Committers
2

Bun Diff Action

Show diff of bun.lockb on a Pull Request.

Usage

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.

permissions:
  contents: read
  pull-requests: write # Required to add a comment to a pull request

LICENSE

MIT

Badges
Extracted from project README
GitHub Release CI Build
Related Projects