这是indexloc提供的服务,不要输入任何密码
Skip to content

docs: no-unsafe-finally exception for generator functions #2981

docs: no-unsafe-finally exception for generator functions

docs: no-unsafe-finally exception for generator functions #2981

Workflow file for this run

name: CI
on:
push:
branches: [main]
paths:
- "docs/**"
pull_request:
branches: [main]
paths:
- "docs/**"
permissions:
contents: read
jobs:
verify_files:
name: Verify Docs Files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: "lts/*"
- name: Install Docs Packages
working-directory: docs
run: npm install
- name: Install Packages
run: npm install
- name: Stylelint Docs
working-directory: docs
run: npm run lint:scss
- name: Build Docs Website
working-directory: docs
run: npm run build
- name: Validate internal links
working-directory: docs
run: npm run lint:links