Update documents about GitHub Actions.

PiperOrigin-RevId: 431834327
This commit is contained in:
Hiroyuki Komatsu
2022-03-02 12:48:48 +09:00
parent 3aa19b0c65
commit 68c7541530
3 changed files with 8 additions and 3 deletions

View File

@ -6,6 +6,7 @@ Contributing Guide
Files and directories we may accept pull requests:
* files in the [top directory](https://github.com/google/mozc/tree/master/)
* [.github/](https://github.com/google/mozc/tree/master/.github/)
* [docker/](https://github.com/google/mozc/tree/master/docker/)
* [docs/](https://github.com/google/mozc/tree/master/docs/)
* [src/.bazelrc](https://github.com/google/mozc/tree/master/src/.bazelrc)

View File

@ -2,6 +2,7 @@
Files and directories we may accept pull requests:
* files in the [top directory](https://github.com/google/mozc/tree/master/)
* [.github/](https://github.com/google/mozc/tree/master/.github/)
* [docker/](https://github.com/google/mozc/tree/master/docker/)
* [docs/](https://github.com/google/mozc/tree/master/docs/)
* [src/.bazelrc](https://github.com/google/mozc/tree/master/src/.bazelrc)

View File

@ -11,9 +11,12 @@ OpenSource project originates from
Build Status
------------
|Android + OS X + Linux |Windows |
|:----------------------------:|:------:|
[![Build Status](https://travis-ci.org/google/mozc.svg?branch=master)](https://travis-ci.org/google/mozc) |[![Build status](https://ci.appveyor.com/api/projects/status/1rvmtp7f80jv7ehf/branch/master?svg=true)](https://ci.appveyor.com/project/google/mozc/branch/master) |
| Linux | Windows | macOS | Android lib |
|:-----:|:-------:|:-----:|:-----------:|
| [![Linux](https://github.com/google/mozc/actions/workflows/linux.yaml/badge.svg)](https://github.com/google/mozc/actions/workflows/linux.yaml) | [![Windows](https://github.com/google/mozc/actions/workflows/windows.yaml/badge.svg)](https://github.com/google/mozc/actions/workflows/windows.yaml) | [![macOS](https://github.com/google/mozc/actions/workflows/macos.yaml/badge.svg)](https://github.com/google/mozc/actions/workflows/macos.yaml) | [![Android lib](https://github.com/google/mozc/actions/workflows/android.yaml/badge.svg)](https://github.com/google/mozc/actions/workflows/android.yaml) |
| [![Linux](https://github.com/hiroyuki-komatsu/mozc/actions/workflows/linux.yaml/badge.svg)](https://github.com/hiroyuki-komatsu/mozc/actions/workflows/linux.yaml) | [![Windows](https://github.com/hiroyuki-komatsu/mozc/actions/workflows/windows.yaml/badge.svg)](https://github.com/hiroyuki-komatsu/mozc/actions/workflows/windows.yaml) | [![macOS](https://github.com/hiroyuki-komatsu/mozc/actions/workflows/macos.yaml/badge.svg)](https://github.com/hiroyuki-komatsu/mozc/actions/workflows/macos.yaml) | [![Android lib](https://github.com/hiroyuki-komatsu/mozc/actions/workflows/android.yaml/badge.svg)](https://github.com/hiroyuki-komatsu/mozc/actions/workflows/android.yaml) |
What's Mozc?
------------