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 c5f8881 commit eaea360Copy full SHA for eaea360
justfile
@@ -74,6 +74,9 @@ prettier:
74
# npx is the command to run npm package, node is the runtime
75
npx prettier -w .
76
77
+fmt-just:
78
+ just --fmt --unstable
79
+
80
# todo: add to CI when ubuntu-image get appstream version 1.0
81
metainfo-check:
82
appstreamcli validate --pedantic --explain --strict res/linux/metainfo.xml
0 commit comments