From ee71b5c720f6b4913e47c2cbd86589b4490e1446 Mon Sep 17 00:00:00 2001 From: CelticBoozer Date: Sat, 7 Dec 2024 04:15:18 +0300 Subject: [PATCH] test: try prettier again --- .config/OpenRGB/plugins/settings/effect-profiles/rw-swap | 1 - .config/firefox/extensions/auto-tab-discard.json | 6 +----- .github/workflows/prettier.yaml | 7 +++++-- .yamllint.yaml | 1 + 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.config/OpenRGB/plugins/settings/effect-profiles/rw-swap b/.config/OpenRGB/plugins/settings/effect-profiles/rw-swap index c39d1e0..5f1e483 100644 --- a/.config/OpenRGB/plugins/settings/effect-profiles/rw-swap +++ b/.config/OpenRGB/plugins/settings/effect-profiles/rw-swap @@ -1,4 +1,3 @@ - { "Effects": [ { diff --git a/.config/firefox/extensions/auto-tab-discard.json b/.config/firefox/extensions/auto-tab-discard.json index 9317c78..eea8b6c 100644 --- a/.config/firefox/extensions/auto-tab-discard.json +++ b/.config/firefox/extensions/auto-tab-discard.json @@ -45,10 +45,6 @@ "trash.unloaded": false, "trash.whitelist-url": [], "whitelist": [ - "www.youtube.com", - "www.udemy.com", - "kinakipa.site", - "anibel.net", "swap.bingx.com", "bingx.com", "hd.kinopoisk.ru", @@ -58,7 +54,6 @@ "www.bybit.com", "www.binance.com", "futures.mexc.com", - "www.twitch.tv", "www.kucoin.com", "www.bitget.com", "hyperskill.org", @@ -70,3 +65,4 @@ "click": "popup" } } + diff --git a/.github/workflows/prettier.yaml b/.github/workflows/prettier.yaml index 8cb8ec8..f13d2cd 100644 --- a/.github/workflows/prettier.yaml +++ b/.github/workflows/prettier.yaml @@ -8,8 +8,9 @@ on: paths: - '**/*.css' - '**/*.json' - - '.config/OpenRGB/plugins/settings/*' + - '.config/OpenRGB/plugins/settings/**/*' - '.config/waybar/config' + - '**/*.html' pull_request: branches: - master @@ -18,6 +19,7 @@ on: - '**/*.json' - '.config/OpenRGB/plugins/settings/*' - '.config/waybar/config' + - '**/*.html' jobs: format_check: name: Check CSS/json/etc files with prettier @@ -30,5 +32,6 @@ jobs: with: dry: true prettier_options: > - "**/{.css,*.json}" --check + "**/{*.css,*.json}" ".config/OpenRGB/plugins/settings/**/*" ".config/waybar/config" + --check diff --git a/.yamllint.yaml b/.yamllint.yaml index e5256ef..c113e70 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -23,5 +23,6 @@ rules: line-length: max: 100 level: warning + allow-non-breakable-inline-mappings: true new-lines: type: unix