File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Set GitHub Metadata
2+ on :
3+ push :
4+ branches : [main]
5+ workflow_dispatch : {}
6+
7+ jobs :
8+ build :
9+ name : Set GitHub Metadata
10+ runs-on : ubuntu-latest
11+
12+ steps :
13+ - name : Checkout
14+ uses : actions/checkout@v6
15+ with :
16+ fetch-depth : 0
17+
18+ - name : Sync Package info to GitHub
19+ uses : kitschpatrol/github-action-repo-sync@v4
20+ with :
21+ TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " @kitschpatrol/tokei" ,
33 "version" : " 1.1.0" ,
4- "description" : " Node binding for tokei, a fast code statistics tool" ,
4+ "description" : " Node binding for tokei, a fast code statistics tool. " ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " git+ssh ://git@ github.com/kitschpatrol/napi-tokei.git"
9+ "url" : " git+https ://github.com/kitschpatrol/napi-tokei.git"
1010 },
11+ "homepage" : " https://github.com/kitschpatrol/napi-tokei" ,
1112 "license" : " MIT" ,
1213 "keywords" : [
13- " napi-rs" ,
14- " NAPI" ,
15- " N-API" ,
16- " Rust" ,
17- " node-addon" ,
18- " node-addon-api" ,
19- " tokei" ,
2014 " code-stats" ,
15+ " lines-of-code" ,
2116 " loc" ,
22- " lines-of-code"
17+ " napi-rs" ,
18+ " napi" ,
19+ " node-addon-api" ,
20+ " node-addon" ,
21+ " node-package" ,
22+ " rust" ,
23+ " tokei"
2324 ],
2425 "files" : [
2526 " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments