We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64c79d commit 0f4c459Copy full SHA for 0f4c459
.github/workflows/format.yml
@@ -19,20 +19,4 @@ on:
19
jobs:
20
formatting-check:
21
runs-on: ubuntu-latest
22
- steps:
23
- - name: Checkout repository
24
- uses: actions/checkout@v4.2.2
25
- - name: Cache Bazel
26
- uses: actions/cache@v4
27
- with:
28
- path: ~/.cache/bazel
29
- key: ${{ runner.os }}-format-${{ hashFiles('**/*.bazel', '**/BUILD', '**/*.bzl') }}
30
- - name: Setup Bazel with cache
31
- uses: bazel-contrib/setup-bazel@0.15.0
32
33
- disk-cache: true
34
- repository-cache: true
35
- bazelisk-cache: true
36
- - name: Run formatting checks
37
- run: |
38
- bazel test //:format.check
+ uses: eclipse-score/cicd-workflows/.github/workflows/format.yml@main
0 commit comments