Skip to content

Commit be9a728

Browse files
authored
chore: Fix CI Badge (#2452)
CI Badge was still pointing to Travis CI, but now there are GitHub Actions Also removes a couple of trailing whitespaces [ci skip]
1 parent 2254635 commit be9a728

10 files changed

+32
-32
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ English | [简体中文](./docs/zh-cn/README.zh-CN.md) | [日本語](./docs/ja/R
1010
alt="Gzip Size"></a>
1111
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square&colorB=51C838"
1212
alt="NPM Version"></a>
13-
<a href="https://travis-ci.com/iamkun/dayjs"><img
14-
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
13+
<a href="https://github.com/iamkun/dayjs/actions/workflows/check.yml"><img
14+
src="https://github.com/iamkun/dayjs/actions/workflows/check.yml/badge.svg" alt="Build Status"></a>
1515
<a href="https://codecov.io/gh/iamkun/dayjs"><img
1616
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
1717
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img

docs/es-es/README-es-es.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Español (España) | [English](../../README.md) | [简体中文](../zh-cn/README.zh-CN.md) | [日本語](../ja/README-ja.md) | [Português Brasileiro](../pt-br/README-pt-br.md) | [한국어](../ko/README-ko.md) | [Русский](../ru/README-ru.md) | [עברית](./docs/he/README-he.md)
1+
Español (España) | [English](../../README.md) | [简体中文](../zh-cn/README.zh-CN.md) | [日本語](../ja/README-ja.md) | [Português Brasileiro](../pt-br/README-pt-br.md) | [한국어](../ko/README-ko.md) | [Русский](../ru/README-ru.md) | [עברית](./docs/he/README-he.md)
22

33
<p align="center"><a href="https://day.js.org/" target="_blank" rel="noopener noreferrer"><img width="550"
44
src="https://user-images.githubusercontent.com/17680888/39081119-3057bbe2-456e-11e8-862c-646133ad4b43.png"
@@ -11,8 +11,8 @@ Español (España) | [English](../../README.md) | [简体中文](../zh-cn/README
1111
alt="Gzip Size"></a>
1212
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square&colorB=51C838"
1313
alt="NPM Version"></a>
14-
<a href="https://travis-ci.org/iamkun/dayjs"><img
15-
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
14+
<a href="https://github.com/iamkun/dayjs/actions/workflows/check.yml"><img
15+
src="https://github.com/iamkun/dayjs/actions/workflows/check.yml/badge.svg" alt="Build Status"></a>
1616
<a href="https://codecov.io/gh/iamkun/dayjs"><img
1717
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
1818
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img

docs/he/README-he.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
alt="Gzip Size"></a>
1313
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square&colorB=51C838"
1414
alt="NPM Version"></a>
15-
<a href="https://travis-ci.com/iamkun/dayjs"><img
16-
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
15+
<a href="https://github.com/iamkun/dayjs/actions/workflows/check.yml"><img
16+
src="https://github.com/iamkun/dayjs/actions/workflows/check.yml/badge.svg" alt="Build Status"></a>
1717
<a href="https://codecov.io/gh/iamkun/dayjs"><img
1818
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
1919
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img
@@ -24,7 +24,7 @@
2424
</a>
2525
</p>
2626

27-
> Day.js היא ספרייה מינימלסטית לפענוח, אימות, מניפולציה והצגה של תאריכים ושעות לדפדפנים מודרנים עם תאימות גבוהה ל-API של Moment.js. אם השתמשתם ב-Moment.js, אתם כבר יודעים את Day.js
27+
> Day.js היא ספרייה מינימלסטית לפענוח, אימות, מניפולציה והצגה של תאריכים ושעות לדפדפנים מודרנים עם תאימות גבוהה ל-API של Moment.js. אם השתמשתם ב-Moment.js, אתם כבר יודעים את Day.js
2828
2929
<div dir="ltr">
3030

@@ -43,13 +43,13 @@ dayjs().startOf('month').add(1, 'day').set('year', 2018).format('YYYY-MM-DD HH:m
4343

4444
---
4545

46-
## צעדים ראשונים
46+
## צעדים ראשונים
4747

48-
### דוקומנטצייה
48+
### דוקומנטצייה
4949
באתר [day.js.org](https://day.js.org/) ניתן למצוא פרטים נוספים, API, ותיעודים נוספים.
5050

5151

52-
### התקנה
52+
### התקנה
5353

5454
```console
5555
npm install dayjs --save
@@ -58,7 +58,7 @@ npm install dayjs --save
5858
📚[מדריך התקנה](https://day.js.org/docs/en/installation/installation)
5959

6060
### API
61-
מאוד קל להשתמש ב-Day.js לפענוח, אימות, מניפולציה והצגה של תאריכים ושעות.
61+
מאוד קל להשתמש ב-Day.js לפענוח, אימות, מניפולציה והצגה של תאריכים ושעות.
6262

6363
<div dir="ltr">
6464

@@ -120,8 +120,8 @@ dayjs().format('Q Do k kk X x') // כעת יותר אפשרויות זמינות
120120

121121
📚[רשימת תוספים](https://day.js.org/docs/en/plugin/plugin)
122122

123-
## ספונסרים
124-
תמכו בפרויקט זה כדי להיות ספונסר. קבלו לוגו עם קישור לאתר שלכם שיופיע כאן.
123+
## ספונסרים
124+
תמכו בפרויקט זה כדי להיות ספונסר. קבלו לוגו עם קישור לאתר שלכם שיופיע כאן.
125125

126126

127127
[[תמיכה דרך Github](https://github.com/sponsors/iamkun/)] [[תמיכה דרך OpenCollective](https://opencollective.com/dayjs#sponsor)]
@@ -150,7 +150,7 @@ dayjs().format('Q Do k kk X x') // כעת יותר אפשרויות זמינות
150150
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
151151
<a href="https://opencollective.com/datawrapper" target="_blank"><img width="70" src="https://images.opencollective.com/datawrapper/c13e229/logo.png"></a>
152152

153-
## תורמים
153+
## תורמים
154154

155155
פרויקט זה קיים הודות לכל האנשים שתמכו בו.
156156

@@ -165,7 +165,7 @@ dayjs().format('Q Do k kk X x') // כעת יותר אפשרויות זמינות
165165
<br />
166166
<a href="https://opencollective.com/dayjs#backers" target="_blank"><img src="https://opencollective.com/dayjs/contributors.svg?width=890" /></a>
167167

168-
## רישיון
168+
## רישיון
169169

170170
Day.js מורשה לשימוש עם [רישיון MIT](./LICENSE).
171171
</div>

docs/ja/README-ja.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
alt="Gzip Size"></a>
1212
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square"
1313
alt="NPM Version"></a>
14-
<a href="https://travis-ci.org/iamkun/dayjs"><img
15-
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
14+
<a href="https://github.com/iamkun/dayjs/actions/workflows/check.yml"><img
15+
src="https://github.com/iamkun/dayjs/actions/workflows/check.yml/badge.svg" alt="Build Status"></a>
1616
<a href="https://codecov.io/gh/iamkun/dayjs"><img
1717
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
1818
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img

docs/ko/README-ko.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
alt="Gzip Size"></a>
1212
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square"
1313
alt="NPM Version"></a>
14-
<a href="https://travis-ci.org/iamkun/dayjs"><img
15-
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
14+
<a href="https://github.com/iamkun/dayjs/actions/workflows/check.yml"><img
15+
src="https://github.com/iamkun/dayjs/actions/workflows/check.yml/badge.svg" alt="Build Status"></a>
1616
<a href="https://codecov.io/gh/iamkun/dayjs"><img
1717
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
1818
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img

docs/pt-br/README-pt-br.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Português Brasileiro | [English](../../README.md) | [简体中文](../zh-cn/REA
1111
alt="Gzip Size"></a>
1212
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square"
1313
alt="NPM Version"></a>
14-
<a href="https://travis-ci.org/iamkun/dayjs"><img
15-
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
14+
<a href="https://github.com/iamkun/dayjs/actions/workflows/check.yml"><img
15+
src="https://github.com/iamkun/dayjs/actions/workflows/check.yml/badge.svg" alt="Build Status"></a>
1616
<a href="https://codecov.io/gh/iamkun/dayjs"><img
1717
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
1818
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img

docs/ru/README-ru.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
alt="Gzip Size"></a>
1212
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square&colorB=51C838"
1313
alt="NPM Version"></a>
14-
<a href="https://travis-ci.org/iamkun/dayjs"><img
15-
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
14+
<a href="https://github.com/iamkun/dayjs/actions/workflows/check.yml"><img
15+
src="https://github.com/iamkun/dayjs/actions/workflows/check.yml/badge.svg" alt="Build Status"></a>
1616
<a href="https://codecov.io/gh/iamkun/dayjs"><img
1717
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
1818
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img
@@ -78,7 +78,7 @@ Day.js обладает великолепной поддержкой интер
7878
```javascript
7979
import 'dayjs/locale/es' // загрузка по требованию
8080

81-
dayjs.locale('es') // глобальное использование Испанской локали
81+
dayjs.locale('es') // глобальное использование Испанской локали
8282

8383
dayjs('2018-05-05').locale('zh-cn').format() // использование упрощённой Китайской локали в конкретном случае
8484
```

docs/si/README-si.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
alt="Gzip Size"></a>
1111
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square&colorB=51C838"
1212
alt="NPM Version"></a>
13-
<a href="https://travis-ci.com/iamkun/dayjs"><img
14-
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
13+
<a href="https://github.com/iamkun/dayjs/actions/workflows/check.yml"><img
14+
src="https://github.com/iamkun/dayjs/actions/workflows/check.yml/badge.svg" alt="Build Status"></a>
1515
<a href="https://codecov.io/gh/iamkun/dayjs"><img
1616
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
1717
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img
@@ -100,7 +100,7 @@ dayjs().format('Q Do k kk X x') // more available formats
100100

101101
## අනුග්‍රාහකයින්
102102

103-
අනුග්‍රහය දැක්වීමෙන් මෙම ව්‍යාපෘතියට සහාය වන්න. ඔබගේ අඩවියේ සබැඳියක් සමඟ ඔබගේ ලාංඡනය මෙහි පෙන්වනු ඇත.
103+
අනුග්‍රහය දැක්වීමෙන් මෙම ව්‍යාපෘතියට සහාය වන්න. ඔබගේ අඩවියේ සබැඳියක් සමඟ ඔබගේ ලාංඡනය මෙහි පෙන්වනු ඇත.
104104

105105
[[ගිට්හබ් හරහා අනුග්‍රාහකයෙකු වන්න](https://github.com/sponsors/iamkun/)] [[ඕපන්කලෙක්ටිව් හරහා අනුග්‍රාහකයෙකු වන්න](https://opencollective.com/dayjs#sponsor)]
106106

docs/tr/README-tr.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Türkçe | [English](../../README.md) | [简体中文](../zh-cn/README.zh-CN.md)
1111
alt="Gzip Size"></a>
1212
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square&colorB=51C838"
1313
alt="NPM Version"></a>
14-
<a href="https://travis-ci.org/iamkun/dayjs"><img
15-
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
14+
<a href="https://github.com/iamkun/dayjs/actions/workflows/check.yml"><img
15+
src="https://github.com/iamkun/dayjs/actions/workflows/check.yml/badge.svg" alt="Build Status"></a>
1616
<a href="https://codecov.io/gh/iamkun/dayjs"><img
1717
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
1818
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img

docs/zh-cn/README.zh-CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
alt="Gzip Size"></a>
1212
<a href="https://www.npmjs.com/package/dayjs"><img src="https://img.shields.io/npm/v/dayjs.svg?style=flat-square"
1313
alt="NPM Version"></a>
14-
<a href="https://travis-ci.org/iamkun/dayjs"><img
15-
src="https://img.shields.io/travis/iamkun/dayjs/master.svg?style=flat-square" alt="Build Status"></a>
14+
<a href="https://github.com/iamkun/dayjs/actions/workflows/check.yml"><img
15+
src="https://github.com/iamkun/dayjs/actions/workflows/check.yml/badge.svg" alt="Build Status"></a>
1616
<a href="https://codecov.io/gh/iamkun/dayjs"><img
1717
src="https://img.shields.io/codecov/c/github/iamkun/dayjs/master.svg?style=flat-square" alt="Codecov"></a>
1818
<a href="https://github.com/iamkun/dayjs/blob/master/LICENSE"><img

0 commit comments

Comments
 (0)