mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:16:12 +02:00

[TASK] Migrate JSON linting to GitHub Actions (#238)

This commit is contained in:
Łukasz Uznański 2021-04-07 16:35:44 +02:00 committed by GitHub
parent a2da368d7b
commit d87519aed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,14 @@ jobs:
uses: actions/checkout@v2
- name: "Run YAML lint"
uses: TYPO3-Continuous-Integration/TYPO3-CI-YAML-Lint@v1
json-lint:
name: "JSON linter"
runs-on: ubuntu-20.04
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Run JSON lint"
uses: TYPO3-Continuous-Integration/TYPO3-CI-JSON-Lint@v1
php-cs-fixer:
name: "PHP CS Fixer"
runs-on: ubuntu-20.04
@ -101,7 +109,6 @@ jobs:
matrix:
command:
- "composer:normalize"
- "json:lint"
- "php:sniff"
- "php:stan"
php-version: