0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-04-01 23:03:44 +03:00

github/actions: add format checks

This commit is contained in:
Yury Shvedov 2025-03-11 20:08:54 +03:00
parent d45af61f82
commit c5a4204f17

View File

@ -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