From 513a5d36a3686bd874799fc2c901ec7cae51a013 Mon Sep 17 00:00:00 2001 From: david-swift Date: Fri, 11 Apr 2025 10:31:41 +0200 Subject: [PATCH] Add SwiftLint to Flatpak manifest --- io.github.AparokshaUI.Demo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/io.github.AparokshaUI.Demo.json b/io.github.AparokshaUI.Demo.json index 07250f4..f76f81a 100644 --- a/io.github.AparokshaUI.Demo.json +++ b/io.github.AparokshaUI.Demo.json @@ -43,7 +43,8 @@ ], "build-commands": [ "swift build -c debug --static-swift-stdlib", - "install -Dm755 .build/debug/Demo /app/bin/Demo" + "install -Dm755 .build/debug/Demo /app/bin/Demo", + "swiftlint" ] } ]