From 1e2c383fa01d726a470566f50bc6579a008c7f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Mon, 22 Mar 2021 12:34:55 +0100 Subject: [PATCH] [TASK] Migrate TypoScript linting to a GitHub action (#220) --- .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 fff7b13..a42dce9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,14 @@ jobs: - 7.2 - 7.3 - 7.4 + typoscript-lint: + name: "TypoScript linter" + runs-on: ubuntu-20.04 + steps: + - name: "Checkout" + uses: actions/checkout@v2 + - name: "Run TypoScript lint" + uses: TYPO3-Continuous-Integration/TYPO3-CI-Typoscript-Lint@v1 code-quality: name: "Code quality checks" runs-on: ubuntu-20.04 @@ -57,7 +65,6 @@ jobs: fail-fast: false matrix: command: - - "ts:lint" - "yaml:lint" - "json:lint" - "php:sniff"