diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 6212ece..0000000 --- a/.github/main.workflow +++ /dev/null @@ -1,9 +0,0 @@ -workflow "on check suite creation, run flake8 and post results" { - on = "pull_request" - resolves = "run flake8" -} - -action "run flake8" { - uses = "tayfun/flake8-your-pr@master" - secrets = ["GITHUB_TOKEN"] -}