From c4b59f970d0e62324e1fdadde7477c57a6dffe27 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sat, 7 Sep 2024 15:45:35 +0300 Subject: [PATCH] Replace code-styler with StyleCI --- .github/workflows/code-style.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/workflows/code-style.yml diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml deleted file mode 100644 index 7a117de..0000000 --- a/.github/workflows/code-style.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Code Style - -on: [ push, pull_request ] - -permissions: write-all - -jobs: - style: - name: Code Style - uses: Laravel-Lang/.github/.github/workflows/code-style.yml@main