Remove GitHub Actions for now
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1,4 +1,3 @@
|
|||||||
/.github export-ignore
|
|
||||||
/features export-ignore
|
/features export-ignore
|
||||||
/tests export-ignore
|
/tests export-ignore
|
||||||
|
|
||||||
|
|||||||
10
.github/main.workflow
vendored
10
.github/main.workflow
vendored
@@ -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/"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user