Skip to content

Commit

Permalink
build: rename samples lint workflow to checkstyle to disambiguate bra…
Browse files Browse the repository at this point in the history
…nch protection with unit lint (#20)

Source-Author: BenWhitehead <BenWhitehead@users.noreply.github.com>
Source-Date: Wed Sep 30 15:14:05 2020 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 8a7a3021fe97aa0a3641db642fe2b767f1c8110f
Source-Link: googleapis/synthtool@8a7a302
  • Loading branch information
yoshi-automation committed Oct 1, 2020
1 parent 7b1a437 commit 09d2ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java-workflows/.github/workflows/samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
pull_request:
name: samples
jobs:
lint:
checkstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions java-workflows/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-workflows.git",
"sha": "76524d8886c821ec4ece6b7aefc49887c4c5f779"
"sha": "c8175ef95823fc86f40ba31c9ea8a463121cf964"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e6168630be3e31eede633ba2c6f1cd64248dec1c"
"sha": "8a7a3021fe97aa0a3641db642fe2b767f1c8110f"
}
}
],
Expand Down

0 comments on commit 09d2ba8

Please sign in to comment.