treewide: run yamlfmt

This applies changes from running yamlfmt with the `retain_line_breaks`
formatting option enabled.
This commit is contained in:
Wolfgang Walther
2025-06-12 14:46:42 +02:00
parent ec695dddc9
commit 66981875e8
11 changed files with 460 additions and 462 deletions

View File

@@ -4,4 +4,4 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
labels: [ ] labels: []

View File

@@ -52,7 +52,7 @@ jobs:
outpaths: outpaths:
name: Outpaths name: Outpaths
runs-on: ubuntu-24.04-arm runs-on: ubuntu-24.04-arm
needs: [ prepare ] needs: [prepare]
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@@ -163,7 +163,7 @@ jobs:
compare: compare:
name: Comparison name: Comparison
runs-on: ubuntu-24.04-arm runs-on: ubuntu-24.04-arm
needs: [ prepare, outpaths ] needs: [prepare, outpaths]
if: needs.prepare.outputs.targetSha if: needs.prepare.outputs.targetSha
permissions: permissions:
issues: write # needed to create *new* labels issues: write # needed to create *new* labels
@@ -294,7 +294,7 @@ jobs:
# No dependency on "compare", so that it can start at the same time. # No dependency on "compare", so that it can start at the same time.
# We only wait for the "comparison" artifact to be available, which makes the start-to-finish time # We only wait for the "comparison" artifact to be available, which makes the start-to-finish time
# for the eval workflow considerably faster. # for the eval workflow considerably faster.
needs: [ prepare, outpaths ] needs: [prepare, outpaths]
if: needs.prepare.outputs.targetSha if: needs.prepare.outputs.targetSha
uses: ./.github/workflows/reviewers.yml uses: ./.github/workflows/reviewers.yml
secrets: inherit secrets: inherit

View File

@@ -1,4 +1,3 @@
---
name: Antora name: Antora
nav: nav:

View File

@@ -1,4 +1,3 @@
---
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:

View File

@@ -5,28 +5,28 @@ author: "Tom McLaughlin"
maintainer: "tom@codedown.io" maintainer: "tom@codedown.io"
dependencies: dependencies:
- aeson - aeson
- base >= 4.7 && < 5 - base >= 4.7 && < 5
- bytestring - bytestring
- filepath - filepath
- optparse-applicative - optparse-applicative
- sandwich - sandwich
- string-interpolate - string-interpolate
- text - text
- unliftio - unliftio
- vector - vector
- yaml - yaml
ghc-options: ghc-options:
- -Wall - -Wall
- -Wcompat - -Wcompat
- -Widentities - -Widentities
- -Wincomplete-record-updates - -Wincomplete-record-updates
- -Wincomplete-uni-patterns - -Wincomplete-uni-patterns
- -Wmissing-export-lists - -Wmissing-export-lists
- -Wmissing-home-modules - -Wmissing-home-modules
- -Wpartial-fields - -Wpartial-fields
- -Wredundant-constraints - -Wredundant-constraints
executables: executables:
julia-top-n-exe: julia-top-n-exe:

View File

@@ -3,7 +3,7 @@ resolver:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/4.yaml url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/4.yaml
packages: packages:
- . - .
nix: nix:
pure: false pure: false