Skip to content

Commit

Permalink
ci(bun-diff): Show the diff of the bun.lockb
Browse files Browse the repository at this point in the history
Since it's a binary file, this action is needed.
  • Loading branch information
5ouma committed Nov 7, 2024
1 parent cda4b83 commit 0e72acd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/bun-diff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 🍞 Bun Diff

on:
push:
paths:
- bun.lockb
pull_request:
paths:
- bun.lockb

permissions:
contents: read
pull-requests: write

jobs:
bun-diff:
runs-on: Ubuntu-Latest

steps:
- name: 🚚 Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: 🍞 Show the diff
uses: koki-develop/bun-diff-action@22bcd25f41c7fcf78109176491abd57acb79012a # v1.1.4

0 comments on commit 0e72acd

Please sign in to comment.