Desktop file fixes (#1196)
* fix: Desktop file validation failing There was a missing [es] in a translation and a translated Comment that doesn't exist in english. This commit makes desktop-file-validate pass Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com> * improv(ci): Add desktop file validation to CI Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com> --------- Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
This commit is contained in:
parent
f3e73e9e13
commit
ea5b838bc5
2 changed files with 3 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: sudo apt-get update; sudo apt-get install libclang-dev libglib2.0-dev libxkbcommon-dev
|
||||
- run: sudo apt-get update; sudo apt-get install desktop-file-utils libclang-dev libglib2.0-dev libxkbcommon-dev
|
||||
- run: desktop-file-validate --no-hints ./res/com.system76.CosmicFiles.desktop
|
||||
- run: rustup update stable && rustup default stable
|
||||
- run: cargo test --verbose
|
||||
Loading…
Add table
Add a link
Reference in a new issue