[Breakpad/Crashpad模块增强]: 改进崩溃报告系统,添加单元测试和示例代码 #71
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Translate README | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - master | |
| paths: | |
| - README.md | |
| jobs: | |
| Translate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - uses: actions/setup-node@v6 | |
| # ISO Langusge Codes: https://cloud.google.com/translate/docs/languages | |
| - name: Adding README - English | |
| uses: dephraiim/translate-readme@main | |
| with: | |
| LANG: en |