Remove ESLint (still not compatible enough with TypeScript tooling)

This commit is contained in:
Jonathan Clem
2019-04-19 17:00:31 -04:00
parent e3911754c1
commit d90e9d7582
4 changed files with 4 additions and 840 deletions

View File

@@ -1,6 +1,6 @@
workflow "CI" {
on = "push"
resolves = ["Format", "Lint", "Test"]
resolves = ["Format", "Test"]
}
action "Dependencies" {
@@ -14,12 +14,6 @@ action "Format" {
args = "run format"
}
action "Lint" {
needs = "Dependencies"
uses = "actions/npm@v2.0.0"
args = "run lint"
}
action "Test" {
needs = "Dependencies"
uses = "actions/npm@v2.0.0"