Skip to content

Commit 09d9f31

Browse files
committed
Update core.yml
1 parent b43afe2 commit 09d9f31

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/core.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- name: Run ESLint check
11-
uses: ./.github/actions/lint
10+
- name: Setup Node.js
11+
uses: actions/setup-node@v3
1212
with:
13-
package-name: '@editorjs/core'
13+
node-version-file: .nvmrc
14+
- name: Install dependencies
15+
run: yarn install
16+
- name: Run ESLint check
17+
run: yarn lint
1418

1519
build:
1620
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)