Skip to content

Commit fec9908

Browse files
committed
Update .prettierrc.json
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 60f6af6 commit fec9908

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.prettierrc.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2-
"proseWrap": "always",
3-
"endOfLine": "auto"
2+
"endOfLine": "auto",
3+
"overrides": [
4+
{
5+
"files": "*.md",
6+
"options": {
7+
"proseWrap": "always"
8+
}
9+
}
10+
]
411
}

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ inputs:
99
description: The OCaml compiler packages to initialise.
1010
required: true
1111
opam-repositories:
12-
description:
13-
The name and URL pair of the repository to fetch the packages from.
12+
description: The name and URL pair of the repository to fetch the packages from.
1413
required: false
1514
default:
1615
opam-pin:

lint-doc/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ runs:
99
steps:
1010
- run: opam depext --install conf-m4 dune 'odoc>=1.5.0'
1111
shell: bash
12-
- run:
13-
opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)
12+
- run: opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)
1413
shell: bash
1514
env:
1615
ODOC_WARN_ERROR: true

0 commit comments

Comments
 (0)