Skip to content

Commit 8ad3818

Browse files
authored
ci: clean up CI/CD (angular#524)
1 parent af57e63 commit 8ad3818

File tree

7 files changed

+43
-3308
lines changed

7 files changed

+43
-3308
lines changed

.circleci/config.yml

-44
This file was deleted.

.firebaserc

-5
This file was deleted.

.github/workflows/nodejs.yml .github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Node.js CI
4+
name: build-and-test
55

66
on: pull_request
77

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# angular-ja
22

3-
[![CircleCI](https://circleci.com/gh/angular/angular-ja/tree/master.svg?style=svg)](https://circleci.com/gh/angular/angular-ja/tree/master)
3+
[![Netlify Status](https://api.netlify.com/api/v1/badges/9f1cf871-1702-4856-8c9b-6c1ca78f9b5a/deploy-status)](https://app.netlify.com/sites/angular-ja/deploys)
4+
![CI](https://github.com/angular/angular-ja/workflows/build-and-test/badge.svg)
45

56
このリポジトリは[Angular](https://github.com/angular/angular)の公式サイト [angular.io](https://angular.io) を日本語に翻訳するためのものです。
67

@@ -12,7 +13,11 @@
1213

1314
このプロジェクトに貢献してくれているコントリビューターのみなさんです!
1415

15-
<a href="https://github.com/angular/angular-ja/graphs/contributors"><img src="https://contributors-img.firebaseapp.com/image?repo=angular/angular-ja" /></a>
16+
<a href="https://github.com/angular/angular-ja/graphs/contributors">
17+
<img src="https://contributors-img.web.app/image?repo=angular/angular-ja" />
18+
</a>
19+
20+
Made with [contributors-img](https://contributors-img.web.app).
1621

1722

1823
## コントリビューション大歓迎!

firebase.json

-16
This file was deleted.

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88
"private": true,
99
"scripts": {
1010
"test": "npm run textlint",
11-
"deploy": "firebase deploy --token \"$FIREBASE_TOKEN\"",
1211
"update-origin": "./update-origin.sh",
1312
"textlint": "textlint 'aio-ja/**/!(*.en).md'",
1413
"textlint:f": "textlint --fix 'aio-ja/**/!(*.en).md'"
1514
},
1615
"devDependencies": {
17-
"firebase-tools": "^6.10.0",
1816
"glob": "^7.1.2",
1917
"prh-rules": "prh/rules",
2018
"textlint": "^11.0.0",

0 commit comments

Comments
 (0)