File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4343# CSS
4444 ./build-aux/fun workbench-cli check css src/**/*.css
4545# Flatpak manifests
46- flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions build-aux/re.sonny.Workbench.json
47- flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions build-aux/re.sonny.Workbench.Devel.json
46+ flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions --user-exceptions ./build-aux/exceptions.json build-aux/re.sonny.Workbench.json
47+ flatpak run --user --command=flatpak-builder-lint org.flatpak.Builder manifest --exceptions --user-exceptions ./build-aux/exceptions.json build-aux/re.sonny.Workbench.Devel.json
4848
4949unit :
5050 ./build-aux/fun gjs -m ./troll/tst/bin.js test/* .test.js
Original file line number Diff line number Diff line change 1+ {
2+ "re.sonny.Workbench" : [" external-gitmodule-url-found" ],
3+ "re.sonny.Workbench.Devel" : [" external-gitmodule-url-found" ]
4+ }
You can’t perform that action at this time.
0 commit comments