We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a60ff2 commit 9602086Copy full SHA for 9602086
synthtool/gcp/templates/java_library/.github/workflows/samples.yaml
@@ -12,13 +12,3 @@ jobs:
12
- name: Run checkstyle
13
run: mvn -P lint --quiet --batch-mode checkstyle:check
14
working-directory: samples/snippets
15
- static:
16
- runs-on: ubuntu-latest
17
- steps:
18
- - uses: actions/checkout@v2
19
- - uses: actions/setup-java@v1
20
- with:
21
- java-version: 8
22
- - name: Run PMD & Spotbugs
23
- run: mvn -P lint --quiet --batch-mode compile pmd:cpd-check spotbugs:check
24
- working-directory: samples/snippets
0 commit comments