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 e9732ca commit bf9c564Copy full SHA for bf9c564
.nova/Tasks/Update Bundled SwiftFormat.json
@@ -0,0 +1,8 @@
1
+{
2
+ "actions" : {
3
+ "run" : {
4
+ "enabled" : true,
5
+ "script" : "if gh release --repo https:\/\/github.com\/nicklockwood\/SwiftFormat download -p 'swiftformat.zip'; then\n\tunzip -o -d SwiftFormat.novaextension\/bin swiftformat.zip\n\trm swiftformat.zip\nfi"
6
+ }
7
8
+}
0 commit comments