Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wasanx25 committed Mar 12, 2022
1 parent 3192910 commit cd98a22
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check-bundle-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ jobs:
with:
name: stats
- run: wbd diff webpack-stats.json webpack-stats-base.json -o output.json
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '👋 Thanks for reporting!'
})
- name: Check bundle diff
run: |
const fs = require('fs');
Expand Down

0 comments on commit cd98a22

Please sign in to comment.