File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 67
67
run : pnpm i
68
68
69
69
- name : Run validation w/ annotations
70
- run : pnpm lint:docs:ci
70
+ run : pnpm lint:docs
71
71
72
72
- name : Validate code snippets
73
73
run : pnpm validate:snippets
Original file line number Diff line number Diff line change 11
11
"format" : " pnpm format:check --write" ,
12
12
"format:check" : " prettier --cache --check ." ,
13
13
"lint" : " eslint --ignore-path .gitignore ." ,
14
- "lint:docs" : " eslint --ignore-path .gitignore src/pages/learn --format stylish" ,
15
- "lint:docs:ci" : " eslint --ignore-path .gitignore src/pages/learn --format eslint-formatter-github" ,
14
+ "lint:docs" : " eslint --ignore-path .gitignore src/pages/learn" ,
16
15
"postbuild" : " next-sitemap" ,
17
16
"prebuild" : " tsx src/get-github-info.ts" ,
18
17
"start" : " next start" ,
You can’t perform that action at this time.
0 commit comments