diff --git a/.gitattributes b/.gitattributes index 6176675..a1f72e6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ -/.github export-ignore /features export-ignore /tests export-ignore diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index f4ceb6d..0000000 --- a/.github/main.workflow +++ /dev/null @@ -1,10 +0,0 @@ -workflow "Main Workflow" { - on = "push" - resolves = ["PHPStan"] -} - -action "PHPStan" { - uses = "docker://oskarstark/phpstan-ga" - secrets = ["GITHUB_TOKEN"] - args = "analyse --level=max src/" -}