Skip to content

docs: added info. regarding nvme_core.multipath #725

docs: added info. regarding nvme_core.multipath

docs: added info. regarding nvme_core.multipath #725

Workflow file for this run

name: ESLint
on:
pull_request:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
- name: Check for lint errors
working-directory: ./website
run: |
npm install
npm run lint