mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
Remove ESLint (still not compatible enough with TypeScript tooling)
This commit is contained in:
@@ -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/[email protected]"
|
||||
args = "run lint"
|
||||
}
|
||||
|
||||
action "Test" {
|
||||
needs = "Dependencies"
|
||||
uses = "actions/[email protected]"
|
||||
|
||||
Reference in New Issue
Block a user