Skip to content

Commit 17ee900

Browse files
committed
[actions] update workflows
1 parent 09766f1 commit 17ee900

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/eslint-8-.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ jobs:
112112
needs: [latest]
113113
runs-on: ubuntu-latest
114114
steps:
115-
- run: 'echo tests completed'
115+
- run: true

.github/workflows/eslint-9+.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ jobs:
4646
- run: npx ls-engines
4747
- run: npm run unit-test
4848
- uses: codecov/codecov-action@v3.1.5
49+
50+
node:
51+
name: 'eslint 9+'
52+
needs: [latest]
53+
runs-on: ubuntu-latest
54+
steps:
55+
- run: true

.github/workflows/node-minors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ jobs:
117117
needs: [latest]
118118
runs-on: ubuntu-latest
119119
steps:
120-
- run: 'echo tests completed'
120+
- run: true

0 commit comments

Comments
 (0)