From 132503b81262362fde5cfff91d70f36c597f8236 Mon Sep 17 00:00:00 2001 From: Adam Kadlec Date: Mon, 25 Nov 2024 19:55:34 +0100 Subject: [PATCH] Removed code after split (#323) --- .../Metadata/.github/workflows/tests.yaml | 17 ----------------- src/FastyBird/Library/Metadata/package.json | 1 + 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/src/FastyBird/Library/Metadata/.github/workflows/tests.yaml b/src/FastyBird/Library/Metadata/.github/workflows/tests.yaml index 83fcef2b1..ab9486596 100644 --- a/src/FastyBird/Library/Metadata/.github/workflows/tests.yaml +++ b/src/FastyBird/Library/Metadata/.github/workflows/tests.yaml @@ -46,20 +46,3 @@ jobs: matrix: php-version: [ "8.2" ] operating-system: [ "ubuntu-latest" ] - - mutations: - name: "PHP Tests For Mutants" - needs: [ "tests" ] - - if: "github.event_name == 'push'" - - uses: "fastybird/.github/.github/workflows/mutations.yaml@main" - secrets: inherit - with: - php: "${{ matrix.php-version }}" - - strategy: - fail-fast: false - matrix: - php-version: [ "8.2" ] - operating-system: [ "ubuntu-latest" ] diff --git a/src/FastyBird/Library/Metadata/package.json b/src/FastyBird/Library/Metadata/package.json index f6c38f14f..50b05ace6 100644 --- a/src/FastyBird/Library/Metadata/package.json +++ b/src/FastyBird/Library/Metadata/package.json @@ -55,6 +55,7 @@ "@commitlint/config-conventional": "^19.6", "@eslint/js": "^9.15", "@nabla/vite-plugin-eslint": "^2.0", + "@trivago/prettier-plugin-sort-imports": "^4.3", "@types/node": "^20.17", "@typescript-eslint/eslint-plugin": "^8.15", "@typescript-eslint/parser": "^8.15",