1
1
mirror of https://github.com/primer/css.git synced 2024-08-17 20:20:51 +03:00

remove bundle_report

This commit is contained in:
Jon Rohan 2021-04-10 11:20:34 -07:00
parent 600fa4fd0b
commit 12c6a520ce
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -1,21 +0,0 @@
name: Bundle report
on:
pull_request_target:
paths:
- 'src/**'
- '.github/workflows/bundle_report.yml'
jobs:
bundle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: yarn
- run: yarn dist
- name: Reporting bundle sizes
run: script/bundle-size-report.js --all
- name: Reporting selector diffs
run: script/selector-diff-report