diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000..7dc0b2c --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,9 @@ +workflow "Lint" { + on = "push" + resolves = ["swiftlint"] +} + +action "swiftlint" { + uses = "norio-nomura/action-swiftlint@master" + secrets = ["GITHUB_TOKEN"] +} \ No newline at end of file