Skip to content

chore: 在开发环境中使用 setuptools 模拟加载命名空间包 #44

chore: 在开发环境中使用 setuptools 模拟加载命名空间包

chore: 在开发环境中使用 setuptools 模拟加载命名空间包 #44

Workflow file for this run

name: Lint Other Files
on:
push:
branches:
- master
paths-ignore:
- '**.py'
pull_request:
paths-ignore:
- '**.py'
workflow_dispatch:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: latest
cache: pnpm
- run: pnpm install
shell: bash
- run: pnpm run prettier
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: latest
cache: pnpm
- run: pnpm install
shell: bash
- run: pnpm run eslint