mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-10 00:36:13 +01:00

[TASK] Migrate PHP CS Fixer check to GitHub Actions (#223)

This commit is contained in:
Łukasz Uznański 2021-04-05 16:50:16 +02:00 committed by GitHub
parent 9c36f05e3e
commit 37d919831d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,15 @@ jobs:
uses: actions/checkout@v2
- name: "Run YAML lint"
uses: TYPO3-Continuous-Integration/TYPO3-CI-YAML-Lint@v1
php-cs-fixer:
name: "PHP CS Fixer"
runs-on: ubuntu-20.04
needs: php-lint
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Run PHP CS Fixer"
uses: TYPO3-Continuous-Integration/TYPO3-CI-PHP-CS-Fixer@v1
copypaste-detector:
name: "Copy'n'paste detector"
runs-on: ubuntu-20.04
@ -84,7 +93,6 @@ jobs:
command:
- "composer:normalize"
- "json:lint"
- "php:cs-fixer"
- "php:sniff"
- "php:stan"
php-version: