Skip to content

docs: create new release notes for v4.6 and update other docs #1187

docs: create new release notes for v4.6 and update other docs

docs: create new release notes for v4.6 and update other docs #1187

Workflow file for this run

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