Skip to content

Commit bf9c564

Browse files
committed
Add update bundled task
1 parent e9732ca commit bf9c564

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)