mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-22 19:36:12 +01:00

[TASK] Migrate TypoScript linting to a GitHub action (#220)

This commit is contained in:
Łukasz Uznański 2021-03-22 12:34:55 +01:00 committed by GitHub
parent 84f2bc2838
commit 1e2c383fa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"