From c5a4204f17bd2612afbd6582607788cf0b0984a9 Mon Sep 17 00:00:00 2001 From: Yury Shvedov Date: Tue, 11 Mar 2025 20:08:54 +0300 Subject: [PATCH] github/actions: add format checks --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66bf3e5..72a0f85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,8 +96,12 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@v2 + - name: Check formatting + run: nix fmt -- -c . + - name: Build yandex-music run: nix build --impure .#yandex-music + - name: Build yandex-music without flakes binaries run: nix build --impure .#yandex-music-noflakes