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
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1
11 changed files with 460 additions and 462 deletions

View File

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

View File

@ -52,7 +52,7 @@ jobs:
outpaths:
name: Outpaths
runs-on: ubuntu-24.04-arm
needs: [ prepare ]
needs: [prepare]
strategy:
fail-fast: false
matrix:
@ -163,7 +163,7 @@ jobs:
compare:
name: Comparison
runs-on: ubuntu-24.04-arm
needs: [ prepare, outpaths ]
needs: [prepare, outpaths]
if: needs.prepare.outputs.targetSha
permissions:
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.
# We only wait for the "comparison" artifact to be available, which makes the start-to-finish time
# for the eval workflow considerably faster.
needs: [ prepare, outpaths ]
needs: [prepare, outpaths]
if: needs.prepare.outputs.targetSha
uses: ./.github/workflows/reviewers.yml
secrets: inherit

View File

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

View File

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

View File

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

View File

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