Skip to content

Commit

Permalink
chore: rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Oct 3, 2024
1 parent 36b8533 commit d842fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ jobs:
- name: Lint
run: composer lint

max-lines:
max-line-length:
runs-on: ubuntu-latest

steps:
- name: Checkout code
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"
run: ./.github/scripts/max-line-length.sh . 1200 "*.twig"

0 comments on commit d842fcb

Please sign in to comment.