Skip to content

Commit 24f2373

Browse files
build: rename samples lint workflow to checkstyle to disambiguate branch protection with unit lint (googleapis#258)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1010115c-0d87-4e76-a756-3276535c2d42/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@8a7a302
1 parent c77d14e commit 24f2373

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java-resourcemanager/.github/workflows/samples.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
pull_request:
33
name: samples
44
jobs:
5-
lint:
5+
checkstyle:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2

java-resourcemanager/synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-resourcemanager.git",
7-
"sha": "d01b1648d170fe152df3fe76abe61c4d76ad1aa2"
7+
"sha": "168e941de14f19787f685cf245cccb49793364b6"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "e6168630be3e31eede633ba2c6f1cd64248dec1c"
14+
"sha": "8a7a3021fe97aa0a3641db642fe2b767f1c8110f"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)