Skip to content

Commit d13061b

Browse files
committed
Fixing lint
1 parent 409805e commit d13061b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/kafka.performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install
2121
run: npm install --ignore-scripts
2222

23-
- name: @confluentinc/kafka-javascript
23+
- name: @node-rdkafka rebuild
2424
run: npm rebuild @confluentinc/kafka-javascript
2525

2626
- name: Build TS

.github/workflows/linting.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
run: |
3131
npm install --ignore-scripts
3232
33+
- name: @node-rdkafka rebuild
34+
run: npm rebuild @confluentinc/kafka-javascript
35+
3336
- name: Run build
3437
run: npm run build
3538

0 commit comments

Comments
 (0)