Skip to content

Commit d842fcb

Browse files
committed
chore: rename script
1 parent 36b8533 commit d842fcb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ jobs:
102102
- name: Lint
103103
run: composer lint
104104

105-
max-lines:
105+
max-line-length:
106106
runs-on: ubuntu-latest
107107

108108
steps:
109109
- name: Checkout code
110110
uses: actions/checkout@v4
111111

112112
- name: Make script executable
113-
run: chmod +x ./.github/scripts/max-lines.sh
113+
run: chmod +x ./.github/scripts/max-line-length.sh
114114

115115
- name: Check max lines
116-
run: ./.github/scripts/max-lines.sh . 1200 "*.twig"
116+
run: ./.github/scripts/max-line-length.sh . 1200 "*.twig"

0 commit comments

Comments
 (0)