Skip to content

Commit 735e23d

Browse files
#20 Remove twig-cs-fixer from github quality workflows
1 parent 4e99965 commit 735e23d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/quality.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,3 @@ jobs:
6060
uses: ramsey/composer-install@v3
6161
- name: Rector
6262
run: vendor/bin/rector --no-progress-bar --dry-run
63-
64-
twig-cs-fixer:
65-
name: Twig-CS-Fixer
66-
runs-on: ubuntu-latest
67-
steps:
68-
- name: Checkout code
69-
uses: actions/checkout@v4
70-
- name: Install PHP with extensions
71-
uses: shivammathur/setup-php@v2
72-
with:
73-
php-version: '8.4'
74-
coverage: none
75-
tools: composer:v2
76-
- name: Install Composer dependencies (locked)
77-
uses: ramsey/composer-install@v3
78-
- name: Twig-CS-Fixer
79-
run: vendor/bin/twig-cs-fixer lint --report=github

0 commit comments

Comments
 (0)