From d842fcb3772cd61501447feb6ab9d043e92dc10c Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:53:42 +0100 Subject: [PATCH] chore: rename script --- .github/scripts/{max-lines.sh => max-line-length.sh} | 0 .github/workflows/tests.yml | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/scripts/{max-lines.sh => max-line-length.sh} (100%) diff --git a/.github/scripts/max-lines.sh b/.github/scripts/max-line-length.sh similarity index 100% rename from .github/scripts/max-lines.sh rename to .github/scripts/max-line-length.sh diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b724bc60b..f9c6e4a9d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -102,7 +102,7 @@ jobs: - name: Lint run: composer lint - max-lines: + max-line-length: runs-on: ubuntu-latest steps: @@ -110,7 +110,7 @@ jobs: uses: actions/checkout@v4 - name: Make script executable - run: chmod +x ./.github/scripts/max-lines.sh + run: chmod +x ./.github/scripts/max-line-length.sh - name: Check max lines - run: ./.github/scripts/max-lines.sh . 1200 "*.twig" \ No newline at end of file + run: ./.github/scripts/max-line-length.sh . 1200 "*.twig" \ No newline at end of file