Skip to content

Commit b6d3e29

Browse files
committed
Update GitHub Action config
1 parent c0403b3 commit b6d3e29

File tree

5 files changed

+22
-21
lines changed

5 files changed

+22
-21
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Pull Request Build
22
on:
33
workflow_dispatch:
44
workflow_call:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: Build
22
on:
33
push:
44
branches:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<a href="https://www.npmjs.com/package/excelize-wasm"><img src="https://img.shields.io/npm/v/excelize-wasm.svg" alt="NPM version"></a>
7-
<a href="https://github.com/xuri/excelize-wasm/actions/workflows/go.yml"><img src="https://github.com/xuri/excelize-wasm/actions/workflows/go.yml/badge.svg" alt="Build Status"></a>
7+
<a href="https://github.com/xuri/excelize-wasm/actions/workflows/publish.yml"><img src="https://github.com/xuri/excelize-wasm/actions/workflows/publish.yml/badge.svg" alt="Build Status"></a>
88
<a href="https://codecov.io/gh/xuri/excelize-wasm"><img src="https://codecov.io/gh/xuri/excelize-wasm/branch/main/graph/badge.svg" alt="Code Coverage"></a>
99
<a href="https://goreportcard.com/report/github.com/xuri/excelize-wasm/cmd"><img src="https://goreportcard.com/badge/github.com/xuri/excelize-wasm/cmd" alt="Go Report Card"></a>
1010
<a href="https://pkg.go.dev/github.com/xuri/excelize/v2"><img src="https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white" alt="go.dev"></a>

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<a href="https://www.npmjs.com/package/excelize-wasm"><img src="https://img.shields.io/npm/v/excelize-wasm.svg" alt="NPM version"></a>
7-
<a href="https://github.com/xuri/excelize-wasm/actions/workflows/go.yml"><img src="https://github.com/xuri/excelize-wasm/actions/workflows/go.yml/badge.svg" alt="Build Status"></a>
7+
<a href="https://github.com/xuri/excelize-wasm/actions/workflows/publish.yml"><img src="https://github.com/xuri/excelize-wasm/actions/workflows/publish.yml/badge.svg" alt="Build Status"></a>
88
<a href="https://codecov.io/gh/xuri/excelize-wasm"><img src="https://codecov.io/gh/xuri/excelize-wasm/branch/main/graph/badge.svg" alt="Code Coverage"></a>
99
<a href="https://goreportcard.com/report/github.com/xuri/excelize-wasm/cmd"><img src="https://goreportcard.com/badge/github.com/xuri/excelize-wasm/cmd" alt="Go Report Card"></a>
1010
<a href="https://pkg.go.dev/github.com/xuri/excelize/v2"><img src="https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white" alt="go.dev"></a>

src/index.d.ts

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ declare module 'excelize-wasm' {
461461
*/
462462
export type ChartUpDownBar = {
463463
Fill?: Fill;
464-
Border?: ChartLine;
464+
Border?: ChartLine;
465465
};
466466

467467
/**
@@ -479,7 +479,7 @@ declare module 'excelize-wasm' {
479479
ShowVal?: boolean;
480480
Fill?: Fill;
481481
UpBars?: ChartUpDownBar;
482-
DownBars?: ChartUpDownBar;
482+
DownBars?: ChartUpDownBar;
483483
NumFmt?: ChartNumFmt;
484484
};
485485

@@ -723,9 +723,9 @@ declare module 'excelize-wasm' {
723723
*
724724
* PivotTableStyleName: The built-in pivot table style names
725725
*
726-
* PivotStyleLight1 - PivotStyleLight28
727-
* PivotStyleMedium1 - PivotStyleMedium28
728-
* PivotStyleDark1 - PivotStyleDark28
726+
* PivotStyleLight1 - PivotStyleLight28
727+
* PivotStyleMedium1 - PivotStyleMedium28
728+
* PivotStyleDark1 - PivotStyleDark28
729729
*/
730730
export type PivotTableOptions = {
731731
DataRange?: string;
@@ -764,17 +764,17 @@ declare module 'excelize-wasm' {
764764
* field. The default value is sum. The possible values for this attribute
765765
* are:
766766
*
767-
* Average
768-
* Count
769-
* CountNums
770-
* Max
771-
* Min
772-
* Product
773-
* StdDev
774-
* StdDevp
775-
* Sum
776-
* Var
777-
* Varp
767+
* Average
768+
* Count
769+
* CountNums
770+
* Max
771+
* Min
772+
* Product
773+
* StdDev
774+
* StdDevp
775+
* Sum
776+
* Var
777+
* Varp
778778
*
779779
* NumFmt specifies the number format ID of the data field, this filed only
780780
* accepts built-in number format ID and does not support custom number format
@@ -984,7 +984,7 @@ declare module 'excelize-wasm' {
984984
BlackAndWhite?: boolean;
985985
// PageOrder specifies the ordering of multiple pages. Values accepted:
986986
// overThenDown and downThenOver
987-
PageOrder?: string;
987+
PageOrder?: string;
988988
};
989989

990990
/**
@@ -4025,6 +4025,7 @@ declare module 'excelize-wasm' {
40254025
Contour: typeof ChartType.Contour;
40264026
WireframeContour: typeof ChartType.WireframeContour;
40274027
Bubble: typeof ChartType.Bubble;
4028+
Bubble3D: typeof ChartType.Bubble3D;
40284029
StockHighLowClose: typeof ChartType.StockHighLowClose;
40294030
StockOpenHighLowClose: typeof ChartType.StockOpenHighLowClose;
40304031
ChartDashUnset: typeof ChartDashType.ChartDashUnset;

0 commit comments

Comments
 (0)