mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-09-28 01:29:03 +03:00
github/actions: add format checks
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user