Remove GitHub Actions for now

This commit is contained in:
Kamil Kokot
2019-01-30 17:38:45 +01:00
parent 4e62f3929b
commit 44bbee3dc2
2 changed files with 0 additions and 11 deletions

1
.gitattributes vendored
View File

@@ -1,4 +1,3 @@
/.github export-ignore
/features export-ignore /features export-ignore
/tests export-ignore /tests export-ignore

10
.github/main.workflow vendored
View File

@@ -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/"
}