Skip to content

Commit 35e18d7

Browse files
committed
linting fixes
1 parent d9cb12f commit 35e18d7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config/retired_files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# May be something to investigate.
55
retired_files:
66
- .readme/static/borrowed/sdp_overview.png
7-
- .github/workflows/build.yml
7+
- .github/workflows/build.yml

config/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ python_version: 3.14
3131
# be bumped without any constraints.
3232
nix_pkg_manager_version: 2.30.0
3333

34-
jinja2_cli_version: 0.8.2
34+
jinja2_cli_version: 0.8.2

template/.github/workflows/build.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ jobs:
235235
build-result: ${{ needs.build-container-image.result }}
236236
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
237237
channel-id: C07UG6JH44F # notifications-container-images
238-
type: container-image-build
238+
type: container-image-build

template/.yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ rules:
1515
comments-indentation: disable # This is generally useless and interferes with commented example values
1616
braces:
1717
max-spaces-inside: 1
18-
max-spaces-inside-empty: 0
18+
max-spaces-inside-empty: 0

0 commit comments

Comments
 (0)