This repository was archived by the owner on Dec 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ pull_request_target :
3+ types : [opened, synchronize]
4+ branches :
5+ - master
6+ name : format
7+ jobs :
8+ format-code :
9+ runs-on : ubuntu-latest
10+ env :
11+ ACCESS_TOKEN : ${{ secrets.YOSHI_CODE_BOT_TOKEN }}
12+ steps :
13+ - uses : actions/checkout@v2
14+ with :
15+ ref : ${{github.event.pull_request.head.ref}}
16+ repository : ${{github.event.pull_request.head.repo.full_name}}
17+ - uses : actions/setup-java@v1
18+ with :
19+ java-version : 11
20+ - run : " mvn com.coveo:fmt-maven-plugin:format"
21+ -
uses :
googleapis/[email protected] 22+ with :
23+ command : review
24+ pull_number : ${{ github.event.pull_request.number }}
25+ git_dir : ' .'
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/java-speech.git",
7- "sha": "9e196b2f6d843f71d4e68da49f4dd2961b8a1578 "
7+ "sha": "ec39a79abfb32de7577a6b5116d457283c7f7f6b "
88 }
99 },
1010 {
2727 "git": {
2828 "name": "synthtool",
2929 "remote": "https://github.com/googleapis/synthtool.git",
30- "sha": "0762e8ee2ec21cdfc4d82020b985a104feb0453b "
30+ "sha": "b65ef07d99946d23e900ef2cc490274a16edd336 "
3131 }
3232 }
3333 ],
6262 ".github/trusted-contribution.yml",
6363 ".github/workflows/auto-release.yaml",
6464 ".github/workflows/ci.yaml",
65+ ".github/workflows/formatting.yaml",
6566 ".github/workflows/samples.yaml",
6667 ".kokoro/build.bat",
6768 ".kokoro/build.sh",
You can’t perform that action at this time.
0 commit comments