Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2021-06-19 01:57:35 +0300
committerWilliam Desportes <williamdes@wdes.fr>2021-06-26 20:05:28 +0300
commit0fbfa7b0e0c1254ddf4f7d0bb95a1ca29fd2c982 (patch)
tree59bd225db5ea10eb9ab9bb57dee2b20f15af24d4 /.github
parent1129b68d29fb8e75a2d7416ebc754772e2ca8f54 (diff)
Remove two symfony dev deps
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-and-analyse-php.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-and-analyse-php.yml b/.github/workflows/lint-and-analyse-php.yml
index b9eb9a7d3d..1b0aa68ae1 100644
--- a/.github/workflows/lint-and-analyse-php.yml
+++ b/.github/workflows/lint-and-analyse-php.yml
@@ -75,7 +75,7 @@ jobs:
- name: Check coding-standard
run: composer phpcs
- name: Check twig templates
- run: php scripts/console lint:twig templates --show-deprecations
+ run: composer run twig-lint
analyse-php:
runs-on: ubuntu-latest