Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Bump the general group across 1 directory with 3 updates #5

Bump the general group across 1 directory with 3 updates

Bump the general group across 1 directory with 3 updates #5

Workflow file for this run

name: FileDiff
on:
pull_request:
jobs:
filediff:
name: filediff
runs-on: ubuntu-latest
steps:
- name: Checkout default branch
uses: actions/checkout@v4
- name: Create filediff comment
uses: Shopify/filediff@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
pre_diff_script: npm run build
target_branch: main
dir_glob: packages/**/dist/**,images/**
file_details_open: true