From 0e72acd268b6e92b2ab1cdc93b9b1f8458c0038f Mon Sep 17 00:00:00 2001 From: Souma <101255979+5ouma@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:20:10 +0900 Subject: [PATCH] ci(bun-diff): Show the diff of the `bun.lockb` Since it's a binary file, this action is needed. --- .github/workflows/bun-diff.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/bun-diff.yml diff --git a/.github/workflows/bun-diff.yml b/.github/workflows/bun-diff.yml new file mode 100644 index 0000000..abf4e3b --- /dev/null +++ b/.github/workflows/bun-diff.yml @@ -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