Skip to content

Commit c2d8f14

Browse files
authored
ci: add Prettier option to CI configuration
1 parent 82d3c2e commit c2d8f14

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ on:
2424
description: "Markdownlint"
2525
type: boolean
2626
default: false
27+
prettier:
28+
description: "Prettier"
29+
type: boolean
30+
default: false
2731
tests:
2832
description: "Tests"
2933
type: boolean

0 commit comments

Comments
 (0)