Skip to content

Commit

Permalink
test: check prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Dec 7, 2024
1 parent 9cc5680 commit fbb4c7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
with:
dry: true
prettier_options: >
"**/{*.css,*.json}" ".config/OpenRGB/plugins/settings/**/*" ".config/waybar/config" --check
"**/{*.css,*.json,*.html}" ".config/OpenRGB/plugins/settings/**/*" ".config/waybar/config"
--check
1 change: 1 addition & 0 deletions .yamlfmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
continue_on_error: true
formatter:
include_document_start: true
retain_line_breaks: true
max_line_length: 100
3 changes: 2 additions & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ rules:
key-duplicates:
forbid-duplicated-merge-keys: true
line-length:
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true
max: 100
level: warning
allow-non-breakable-inline-mappings: true
new-lines:
type: unix

0 comments on commit fbb4c7b

Please sign in to comment.