Skip to content

Commit 1dcf1d4

Browse files
committed
feat: add github action
1 parent a72a08c commit 1dcf1d4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/main.workflow

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

Comments
 (0)