We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a74c7 commit 2d7a703Copy full SHA for 2d7a703
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Validate manifests
24
run: |
25
set -e
26
- for i in $(find . -type f -name "*.json"); do flatpak run org.flatpak.Builder --show-manifest --show-manifest "$i"; done
+ for i in $(find . -type f -name "*.json"); do flatpak run org.flatpak.Builder --show-manifest "$i"; done
27
rm -rf .flatpak-builder
28
29
find . -maxdepth 1 -mindepth 1 -type d ! -path './.github' ! -path './.git' | while read dir; do
0 commit comments