Skip to content

Commit 50b8999

Browse files
build: rename samples lint workflow to checkstyle to disambiguate branch protection with unit lint (#181)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/085973b4-6060-4982-8506-9eceacbe5aff/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@8a7a302
1 parent 33f9fe1 commit 50b8999

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
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

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-logging-logback.git",
7-
"sha": "2e39c1159b97a44e3b8fe34a30e7835303b013ec"
7+
"sha": "33f9fe159a51625348a6b68003f48540095c46ed"
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)