From 8a7a3021fe97aa0a3641db642fe2b767f1c8110f Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Wed, 30 Sep 2020 15:14:05 -0400 Subject: [PATCH] build: rename samples lint workflow to checkstyle to disambiguate branch protection with unit lint (#781) --- .../gcp/templates/java_library/.github/workflows/samples.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/java_library/.github/workflows/samples.yaml b/synthtool/gcp/templates/java_library/.github/workflows/samples.yaml index a1d500730..c46230a78 100644 --- a/synthtool/gcp/templates/java_library/.github/workflows/samples.yaml +++ b/synthtool/gcp/templates/java_library/.github/workflows/samples.yaml @@ -2,7 +2,7 @@ on: pull_request: name: samples jobs: - lint: + checkstyle: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2