Skip to content

Commit

Permalink
test: try prettier again
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Dec 7, 2024
1 parent 36d526f commit ee71b5c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .config/OpenRGB/plugins/settings/effect-profiles/rw-swap
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

{
"Effects": [
{
Expand Down
6 changes: 1 addition & 5 deletions .config/firefox/extensions/auto-tab-discard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -58,7 +54,6 @@
"www.bybit.com",
"www.binance.com",
"futures.mexc.com",
"www.twitch.tv",
"www.kucoin.com",
"www.bitget.com",
"hyperskill.org",
Expand All @@ -70,3 +65,4 @@
"click": "popup"
}
}

7 changes: 5 additions & 2 deletions .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
paths:
- '**/*.css'
- '**/*.json'
- '.config/OpenRGB/plugins/settings/*'
- '.config/OpenRGB/plugins/settings/**/*'
- '.config/waybar/config'
- '**/*.html'
pull_request:
branches:
- master
Expand All @@ -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
Expand All @@ -30,5 +32,6 @@ jobs:
with:
dry: true
prettier_options: >
"**/{.css,*.json}" --check
"**/{*.css,*.json}" ".config/OpenRGB/plugins/settings/**/*" ".config/waybar/config"
--check
1 change: 1 addition & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ rules:
line-length:
max: 100
level: warning
allow-non-breakable-inline-mappings: true
new-lines:
type: unix

0 comments on commit ee71b5c

Please sign in to comment.