mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 14:01:17 +12:00
Some reformat
This commit is contained in:
parent
179a8b5dc2
commit
fd5f214340
1 changed files with 2 additions and 1 deletions
3
.github/workflows/linux-dist-check.yml
vendored
3
.github/workflows/linux-dist-check.yml
vendored
|
@ -17,7 +17,7 @@ on:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-ubuntu:
|
linux-dist-check:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
|
@ -28,6 +28,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pacman --noconfirm -Syy
|
pacman --noconfirm -Syy
|
||||||
pacman --noconfirm -S desktop-file-utils appstream
|
pacman --noconfirm -S desktop-file-utils appstream
|
||||||
|
|
||||||
- name: "Check .desktop"
|
- name: "Check .desktop"
|
||||||
run:
|
run:
|
||||||
desktop-file-validate ./dist/linux/info.cemu.Cemu.desktop
|
desktop-file-validate ./dist/linux/info.cemu.Cemu.desktop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue