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:
parent
d45af61f82
commit
c5a4204f17
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user