We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b8533 commit d842fcbCopy full SHA for d842fcb
.github/scripts/max-lines.sh renamed to .github/scripts/max-line-length.sh
.github/workflows/tests.yml
@@ -102,15 +102,15 @@ jobs:
102
- name: Lint
103
run: composer lint
104
105
- max-lines:
+ max-line-length:
106
runs-on: ubuntu-latest
107
108
steps:
109
- name: Checkout code
110
uses: actions/checkout@v4
111
112
- name: Make script executable
113
- run: chmod +x ./.github/scripts/max-lines.sh
+ run: chmod +x ./.github/scripts/max-line-length.sh
114
115
- name: Check max lines
116
- run: ./.github/scripts/max-lines.sh . 1200 "*.twig"
+ run: ./.github/scripts/max-line-length.sh . 1200 "*.twig"
0 commit comments