Skip to content

Commit 9976c4a

Browse files
committed
prettier update
1 parent 3f6fcfc commit 9976c4a

4 files changed

Lines changed: 21 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
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 }}
@@ -39,4 +45,3 @@ jobs:
3945

4046
- name: Run Tests
4147
run: npm test -- -c -t0
42-

.github/workflows/typedoc.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
1-
# Simple workflow for deploying static content to GitHub Pages
21
name: Deploy static content to Pages
32

43
on:
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
138
permissions:
149
contents: read
1510
pages: write
1611
id-token: write
1712

18-
# Allow one concurrent deployment
1913
concurrency:
2014
group: "pages"
2115
cancel-in-progress: true
2216

2317
jobs:
24-
# Single deploy job since we're just deploying
2518
deploy:
2619
environment:
2720
name: github-pages

.prettierignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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": {

0 commit comments

Comments
 (0)