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:
parent
d39727d718
commit
4158161c9d
1 changed files with 5 additions and 6 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue