File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 platform :
1919 - os : ubuntu-latest
2020 shell : bash
21+ - os : macos-latest
22+ shell : bash
23+ - os : windows-latest
24+ shell : bash
25+ - os : windows-latest
26+ shell : powershell
2127 fail-fast : false
2228
2329 runs-on : ${{ matrix.platform.os }}
3945
4046 - name : Run Tests
4147 run : npm test -- -c -t0
42-
Original file line number Diff line number Diff line change 1- # Simple workflow for deploying static content to GitHub Pages
21name : Deploy static content to Pages
32
43on :
5- # Runs on pushes targeting the default branch
64 push :
75 branches : ["main"]
8-
9- # Allows you to run this workflow manually from the Actions tab
106 workflow_dispatch :
117
12- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
138permissions :
149 contents : read
1510 pages : write
1611 id-token : write
1712
18- # Allow one concurrent deployment
1913concurrency :
2014 group : " pages"
2115 cancel-in-progress : true
2216
2317jobs :
24- # Single deploy job since we're just deploying
2518 deploy :
2619 environment :
2720 name : github-pages
Original file line number Diff line number Diff line change 1+ /node_modules
2+ /LICENSE.md
3+ /example
4+ /.github
5+ /dist
6+ /.env
7+ /tap-snapshots
8+ /.nyc_output
9+ /coverage
10+ /benchmark
11+ /.tap
12+ /test /fixture
13+ /test /fixtures
14+ /.tshy
Original file line number Diff line number Diff line change 3030 "presnap" : " npm run prepare" ,
3131 "test" : " tap test/fixtures/*.*" ,
3232 "snap" : " tap test/fixtures/*.*" ,
33- "format" : " prettier --write . --loglevel warn" ,
33+ "format" : " prettier --write . --log-level warn" ,
3434 "typedoc" : " typedoc --tsconfig .tshy/esm.json"
3535 },
3636 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments