We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4f1d84 + 613322e commit 60d6406Copy full SHA for 60d6406
1 file changed
.github/workflows/beam_PreCommit_Spotless.yml
@@ -85,6 +85,8 @@ jobs:
85
github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
86
- name: Setup environment
87
uses: ./.github/actions/setup-environment-action
88
+ - name: Install rsync
89
+ run: sudo apt-get update && sudo apt-get install -y rsync
90
- name: run Spotless PreCommit script
91
uses: ./.github/actions/gradle-command-self-hosted-action
92
with:
@@ -99,4 +101,4 @@ jobs:
99
101
uses: jwgmeligmeyling/checkstyle-github-action@v1
100
102
if: always()
103
- path: '**/build/reports/checkstyle/*.xml'
104
+ path: '**/build/reports/checkstyle/*.xml'
0 commit comments