build(workflow): 更新 GitHub Actions 工作流配置 #94

This commit is contained in:
LOG1997
2025-12-09 21:16:59 +08:00
parent fdd0aeef1c
commit 8e2e131625
7 changed files with 169 additions and 42 deletions

View File

@@ -2,7 +2,7 @@ import antfu from '@antfu/eslint-config'
export default antfu(
{
ignores: ['**/node_modules', '**/public', '**/dist', '**/package.json', '**/*.yaml', '**/.gitignore', '**/.env*', '**/tsconfig*', '**/*.config.js'],
ignores: ['**/node_modules', '**/build', '**/public', '**/dist', '**/package.json', '**/*.yaml', '**/.gitignore', '**/.env*', '**/tsconfig*', '**/*.config.js'],
},
{
rules: {