File tree Expand file tree Collapse file tree 4 files changed +41
-2
lines changed
Expand file tree Collapse file tree 4 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : /
5+ schedule :
6+ interval : weekly
Original file line number Diff line number Diff line change 1+ name : autofix.ci
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ branches :
9+ - main
10+
11+ jobs :
12+ autofix :
13+ uses : sxzz/workflows/.github/workflows/autofix.yml@v1
14+ permissions :
15+ contents : read
Original file line number Diff line number Diff line change 1+ name : Unit Test
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ branches :
9+ - main
10+
11+ jobs :
12+ unit-test :
13+ uses : sxzz/workflows/.github/workflows/unit-test.yml@v1
14+ with :
15+ skip-test : true
Original file line number Diff line number Diff line change 4242 "dev" : " tsdown --watch" ,
4343 "build" : " tsdown" ,
4444 "update" : " vscode-ext-gen --scope npmx" ,
45- "check" : " eslint . --fix && tsc --noEmit" ,
46- "vscode:prepublish" : " npm run build" ,
45+ "check" : " npm run lint:fix && npm run typecheck" ,
46+ "lint" : " eslint ." ,
47+ "lint:fix" : " eslint . --fix" ,
48+ "typecheck" : " tsc --noEmit" ,
49+ "vscode:prepublish" : " npm run update && npm run build" ,
4750 "publish" : " vsce publish --no-dependencies" ,
4851 "pack" : " vsce package --no-dependencies"
4952 },
You can’t perform that action at this time.
0 commit comments