From d87519aed873da61b2c19c0db7160c0d857102bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Wed, 7 Apr 2021 16:35:44 +0200 Subject: [PATCH] [TASK] Migrate JSON linting to GitHub Actions (#238) --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fc3201..4cecadd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: