mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-09 23:56:14 +01:00

[BUGFIX] Remove duplicate entry from the code quality CI job (#394)

`json:lint` was there twice.
Also sort the code quality jobs the same way the corresponding tasks
are sorted in the `composer.json`.
This commit is contained in:
Oliver Klee 2022-02-24 13:13:30 +01:00 committed by GitHub
parent d39727d718
commit 4158161c9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,15 +61,14 @@ jobs:
fail-fast: false
matrix:
command:
- "ts:lint"
- "yaml:lint"
- "json:lint"
- "php:sniff"
- "php:copypaste"
- "php:stan"
- "composer:normalize"
- "json:lint"
- "php:copypaste"
- "php:cs-fixer"
- "php:sniff"
- "ts:lint"
- "php:stan"
- "yaml:lint"
php-version:
- 7.4
code-quality-frontend: