Skip to content

name fix

name fix #1179

Workflow file for this run

---
name: linting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: linting
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
always-auth: false
node-version: 22.x
- name: Install
run: |
npm install --ignore-scripts
- name: @node-rdkafka rebuild

Check failure on line 33 in .github/workflows/linting.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linting.yml

Invalid workflow file

You have an error in your yaml syntax on line 33
run: npm rebuild @confluentinc/kafka-javascript
- name: Run build
run: npm run build
- name: Run lint
run: npm run lint