mirror of
https://github.com/primer/css.git
synced 2024-12-29 17:12:27 +03:00
remove bundle_report
This commit is contained in:
parent
600fa4fd0b
commit
12c6a520ce
21
.github/workflows/bundle_report.yml
vendored
21
.github/workflows/bundle_report.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user