Skip to content

Commit e05b0c4

Browse files
authored
style: Fix some style issues in workflows (#66)
1 parent b53e8ec commit e05b0c4

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

.github/workflows/cleanup.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ jobs:
1919
permissions:
2020
packages: write
2121
strategy:
22-
fail-fast: false
23-
matrix:
24-
image:
25-
- debian-bullseye
26-
- debian-bookworm
27-
- gcc
28-
- rhel-9.4
29-
- rhel-9.6
30-
- tools-rippled-clang-format
31-
- tools-rippled-documentation
32-
- tools-rippled-pre-commit
33-
- tools-rippled-prettier
34-
- ubuntu-jammy
35-
- ubuntu-noble
22+
fail-fast: false
23+
matrix:
24+
image:
25+
- debian-bullseye
26+
- debian-bookworm
27+
- gcc
28+
- rhel-9.4
29+
- rhel-9.6
30+
- tools-rippled-clang-format
31+
- tools-rippled-documentation
32+
- tools-rippled-pre-commit
33+
- tools-rippled-prettier
34+
- ubuntu-jammy
35+
- ubuntu-noble
3636
steps:
3737
- name: Cleanup images in the GitHub Container Registry
3838
uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 # v1.0.16

.github/workflows/gcc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
8484
with:
8585
build-args: |
86-
BUILDKIT_DOCKERFILE_CHECK=skip=InvalidDefaultArgInFrom
87-
BUILDKIT_INLINE_CACHE=1
86+
BUILDKIT_DOCKERFILE_CHECK=skip=InvalidDefaultArgInFrom
87+
BUILDKIT_INLINE_CACHE=1
8888
context: .
8989
file: docker/gcc/Dockerfile.${{ matrix.os.compiler_version }}-${{ matrix.os.release }}
9090
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/rhel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
compiler_version: 14
5454
- release: 9
5555
compiler_name: clang
56-
compiler_version: 'any'
56+
compiler_version: "any"
5757
- release: 10
5858
compiler_name: clang
59-
compiler_version: 'any'
59+
compiler_version: "any"
6060
runs-on: ${{ matrix.architecture.runner }}
6161
permissions:
6262
packages: write
@@ -159,10 +159,10 @@ jobs:
159159
compiler_version: 14
160160
- release: 9
161161
compiler_name: clang
162-
compiler_version: 'any'
162+
compiler_version: "any"
163163
- release: 10
164164
compiler_name: clang
165-
compiler_version: 'any'
165+
compiler_version: "any"
166166
runs-on: ubuntu-24.04
167167
needs:
168168
- build

0 commit comments

Comments
 (0)