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 : Tests and GitHub Pages deployment
2+
3+ on :
4+ push :
5+ pull_request :
6+ branches : [master]
7+
8+ jobs :
9+ test :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Checkout repository
13+ uses : actions/checkout@v6
14+ - name : Use Node.js
15+ uses : actions/setup-node@v6
16+ with :
17+ node-version : lts/*
18+ cache : npm
19+ - name : Install dependencies
20+ run : npm ci
21+ - name : Run tests
22+ run : npm test
Original file line number Diff line number Diff line change 11node_modules
2- docs / test.html
2+ output
33bundle
44.cache
Original file line number Diff line number Diff line change 2828 "url" : " https://github.com/flibbles/tw5-relink/issues"
2929 },
3030 "homepage" : " https://github.com/flibbles/tw5-relink#readme" ,
31+ "files" : [
32+ " plugins/"
33+ ],
3134 "dependencies" : {
3235 "tiddlywiki" : " ^5.1.22"
3336 },
Original file line number Diff line number Diff line change 1212 ],
1313 "build": {
1414 "test": [
15- "--output", "./docs/",
1615 "--rendertiddler",
1716 "$:/core/save/all",
1817 "test.html",
You can’t perform that action at this time.
0 commit comments