Skip to content

Commit fc5270a

Browse files
committed
ci: disable windows CI temporarily due to size-limit issue itself
1 parent c8e16c2 commit fc5270a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
- 20
1515
os:
1616
- macos-latest
17-
- windows-latest
17+
# https://github.com/ai/size-limit/issues/336
18+
# - windows-latest
1819
- ubuntu-latest
1920
runs-on: ${{ matrix.os }}
2021
steps:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# size-limit
22

33
[![GitHub Actions](https://github.com/un-ts/size-limit/workflows/CI/badge.svg)](https://github.com/un-ts/size-limit/actions/workflows/ci.yml)
4-
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/un-ts/size-limit.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/un-ts/size-limit/context:javascript)
54
[![Codecov](https://img.shields.io/codecov/c/gh/un-ts/size-limit)](https://codecov.io/gh/un-ts/size-limit)
65
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fun-ts%2Fsize-limit%2Fmain%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
76
[![GitHub release](https://img.shields.io/github/release/un-ts/size-limit)](https://github.com/un-ts/size-limit/releases)
@@ -31,6 +30,8 @@ This repository is a monorepo managed by [changesets][] what means we actually p
3130

3231
## Backers
3332

33+
[![Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
34+
3435
| 1stG | RxTS | UnTS |
3536
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
3637
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |

packages/node-esbuild/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ npm i -D size-limit-node-esbuild
3434

3535
## Backers
3636

37+
[![Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
38+
3739
| 1stG | RxTS | UnTS |
3840
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
3941
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |

packages/preset-node-lib/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ npm i -D size-limit-preset-node-lib
3434

3535
## Backers
3636

37+
[![Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
38+
3739
| 1stG | RxTS | UnTS |
3840
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
3941
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |

0 commit comments

Comments
 (0)