ci/workflows: run yamlfmt

Introduced after the yamlfmt PR was written.
This commit is contained in:
Wolfgang Walther
2025-06-15 12:13:09 +02:00
parent 8ba5040b9c
commit 41b092c90c
2 changed files with 3 additions and 3 deletions

View File

@@ -24,10 +24,10 @@ jobs:
include:
- runner: ubuntu-24.04
system: x86_64-linux
builds: [shell,manual-nixos,lib-tests]
builds: [shell, manual-nixos, lib-tests]
- runner: ubuntu-24.04-arm
system: aarch64-linux
builds: [shell,manual-nixos,manual-nixpkgs,manual-nixpkgs-tests]
builds: [shell, manual-nixos, manual-nixpkgs, manual-nixpkgs-tests]
- runner: macos-13
system: x86_64-darwin
builds: [shell]

View File

@@ -251,7 +251,7 @@ jobs:
labels:
name: Labels
needs: [ compare ]
needs: [compare]
uses: ./.github/workflows/labels.yml
permissions:
issues: write