Skip to content

Commit

Permalink
ci: Test the linter on the baseapp
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Mar 13, 2024
1 parent 0ba9f93 commit 8454038
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
- name: Sanity check the linter
run: |
flatpak run --command=flatpak-builder-lint org.flatpak.Builder//localtest --exceptions manifest org.flatpak.Builder.json
flatpak run --command=flatpak-builder-lint org.flatpak.Builder//localtest --exceptions builddir builddir
flatpak run --command=flatpak-builder-lint org.flatpak.Builder//localtest --exceptions repo repo
flatpak run --command=flatpak-builder-lint org.flatpak.Builder.BaseApp//localtest --exceptions manifest org.flatpak.Builder.BaseApp.json
flatpak run --command=flatpak-builder-lint org.flatpak.Builder.BaseApp//localtest --exceptions builddir builddir
flatpak run --command=flatpak-builder-lint org.flatpak.Builder.BaseApp//localtest --exceptions repo repo
- name: Build org.freedesktop.appstream-glib with org.flatpak.Builder
run: |
Expand Down

0 comments on commit 8454038

Please sign in to comment.