Skip to content

chore(deps): update reviewdog/action-actionlint digest to 08ef4af #11391

chore(deps): update reviewdog/action-actionlint digest to 08ef4af

chore(deps): update reviewdog/action-actionlint digest to 08ef4af #11391

Workflow file for this run

---
name: Check Java Code
on:
pull_request:
workflow_dispatch:
defaults:
run:
shell: bash
concurrency:
group: "${{ github.workflow }}/${{ github.ref }}"
cancel-in-progress: true
jobs:
code-style:
runs-on: ubuntu-latest
container:
image: ghcr.io/cloudfoundry/app-autoscaler-release-tools:main@sha256:131616bf21483c9a519d32dfea14b8424b092ff6b93060f7928eaac3cfa01fff
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Check Code Formatting
run: |
sh ./style-guide/google-format-ci-v0.1.sh
env:
GOOGLE_JAR_VERSION: 1.22.0
GOOGLE_JAR_NAME: google-java-format-1.22.0-all-deps.jar
- name: Checkstyle
run: |
pushd src/scheduler
mvn --no-transfer-progress jxr:jxr
mvn --no-transfer-progress checkstyle:checkstyle
popd
- name: Publish Results on Pull Request
run: |
go run src/fmt_chkstyle/format_checkstyle.go