There was an error while loading. Please reload this page.
1 parent a72a08c commit 1dcf1d4Copy full SHA for 1dcf1d4
.github/main.workflow
@@ -0,0 +1,9 @@
1
+workflow "New workflow" {
2
+ on = "push"
3
+ resolves = ["swiftlint"]
4
+}
5
+
6
+action "swiftlint" {
7
+ uses = "norio-nomura/action-swiftlint@master"
8
+ secrets = ["GITHUB_TOKEN"]
9
0 commit comments