From 1317c6989195bae43183b73d17d6873a19794ea4 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sun, 31 Aug 2025 22:57:51 +0300 Subject: [PATCH 1/3] Update `code-style.yml` --- .github/workflows/code-style.yml | 4 ++- biome.json | 54 -------------------------------- 2 files changed, 3 insertions(+), 55 deletions(-) delete mode 100644 biome.json diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 2864767..d9ceac2 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -8,4 +8,6 @@ permissions: write-all jobs: Styler: - uses: TheDragonCode/.github/.github/workflows/code-style.yml@style2 + uses: TheDragonCode/.github/.github/workflows/code-style.yml@main + with: + node: false diff --git a/biome.json b/biome.json deleted file mode 100644 index 5ae7a48..0000000 --- a/biome.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", - "vcs": { - "enabled": false, - "clientKind": "git", - "useIgnoreFile": false - }, - "files": { - "ignoreUnknown": false, - "includes": [ - "**", - "!node_modules", - "!vendor", - "!composer.json", - "!composer.lock", - "!package.json", - "!package-lock.json" - ] - }, - "formatter": { - "enabled": true, - "indentStyle": "space", - "indentWidth": 4 - }, - "linter": { - "enabled": true, - "rules": { - "recommended": true - } - }, - "javascript": { - "formatter": { - "quoteStyle": "double" - } - }, - "json": { - "formatter": { - "enabled": true, - "bracketSpacing": true, - "expand": "always" - }, - "parser": { - "allowComments": true - } - }, - "assist": { - "enabled": true, - "actions": { - "source": { - "organizeImports": "on" - } - } - } -} From 92a1588b88d843fc2d2938c357b4e6863e10618c Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sun, 31 Aug 2025 23:14:30 +0300 Subject: [PATCH 2/3] Update `code-style.yml` --- .github/workflows/code-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index d9ceac2..9d63aa8 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -8,6 +8,6 @@ permissions: write-all jobs: Styler: - uses: TheDragonCode/.github/.github/workflows/code-style.yml@main + uses: TheDragonCode/.github/.github/workflows/code-style.yml@copilot/fix-f72fad4a-fa22-4792-9243-4789ccffdd01 with: node: false From 8dac653192c51bfccc6d241e466a2920de81f3b3 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sun, 31 Aug 2025 23:16:10 +0300 Subject: [PATCH 3/3] Update `code-style.yml` --- .github/workflows/code-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 9d63aa8..d9ceac2 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -8,6 +8,6 @@ permissions: write-all jobs: Styler: - uses: TheDragonCode/.github/.github/workflows/code-style.yml@copilot/fix-f72fad4a-fa22-4792-9243-4789ccffdd01 + uses: TheDragonCode/.github/.github/workflows/code-style.yml@main with: node: false