From 1824fabab82905774b7175a3ec38edb2038060b8 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 27 Aug 2025 23:20:10 +0300 Subject: [PATCH] Create code-style.yml --- .github/workflows/code-style.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/code-style.yml diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml new file mode 100644 index 0000000..00523b1 --- /dev/null +++ b/.github/workflows/code-style.yml @@ -0,0 +1,11 @@ +name: Code Style + +on: + push: + pull_request: + +permissions: write-all + +jobs: + Styler: + uses: TheDragonCode/.github/.github/workflows/code-style.yml@main