Skip to content

Commit 8a7a302

Browse files
authored
build: rename samples lint workflow to checkstyle to disambiguate branch protection with unit lint (#781)
1 parent 9b0da52 commit 8a7a302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • synthtool/gcp/templates/java_library/.github/workflows

synthtool/gcp/templates/java_library/.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

0 commit comments

Comments
 (0)