From be0b06b8929f3128a953fcf59cbe6a8fb1f2d3a8 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 11 Nov 2025 22:51:31 +0000 Subject: [PATCH] Update README to reflect GitHub Actions workflow - Replace Bitrise badge with GitHub Actions badge - Update CI/CD section to mention GitHub Actions instead of Bitrise - Add details about workflow steps (build, test, lint, APK upload) --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d88b54..150a590 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![](app/src/main/res/drawable-xhdpi/ic_launcher.png) 地震・災害情報 -[![Build Status](https://app.bitrise.io/app/768666f9cbfb0cdb/status.svg?token=7UAkhytMM8p3ww6AdhidPw&branch=master)](https://app.bitrise.io/app/768666f9cbfb0cdb) +[![Build and Test](https://github.com/cutmail/DisasterApp/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/cutmail/DisasterApp/actions/workflows/build-and-test.yml) Get it on Google Play @@ -112,7 +112,15 @@ bundle exec fastlane [lane_name] ### CI/CD -このプロジェクトは継続的インテグレーションにBitriseを使用しています。ビルドステータスはこのREADMEの上部に表示されます。 +このプロジェクトは継続的インテグレーションにGitHub Actionsを使用しています。ビルドステータスはこのREADMEの上部に表示されます。 + +ワークフローには以下が含まれます: +- Gradleビルド +- ユニットテストの実行 +- Lintチェック +- ビルド成果物(APK)のアップロード + +ワークフローは`.github/workflows/build-and-test.yml`に定義されています。 ## コントリビューション