mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 23:56:12 +01:00
[TASK] Migrate TypoScript linting to a GitHub action (#220)
This commit is contained in:
parent
84f2bc2838
commit
1e2c383fa0
1 changed files with 8 additions and 1 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -29,6 +29,14 @@ jobs:
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
- 7.4
|
- 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:
|
code-quality:
|
||||||
name: "Code quality checks"
|
name: "Code quality checks"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -57,7 +65,6 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
command:
|
command:
|
||||||
- "ts:lint"
|
|
||||||
- "yaml:lint"
|
- "yaml:lint"
|
||||||
- "json:lint"
|
- "json:lint"
|
||||||
- "php:sniff"
|
- "php:sniff"
|
||||||
|
|
Loading…
Reference in a new issue