Skip to content

docs: added a crd note in the uninstallation documentation #715

docs: added a crd note in the uninstallation documentation

docs: added a crd note in the uninstallation documentation #715

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