mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:56:12 +01:00
[TASK] Migrate to YAML linter GitHub actions (#221)
This commit is contained in:
parent
1e2c383fa0
commit
c530a1f20d
1 changed files with 8 additions and 1 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -37,6 +37,14 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: "Run TypoScript lint"
|
||||
uses: TYPO3-Continuous-Integration/TYPO3-CI-Typoscript-Lint@v1
|
||||
yaml-lint:
|
||||
name: "YAML linter"
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
uses: actions/checkout@v2
|
||||
- name: "Run YAML lint"
|
||||
uses: TYPO3-Continuous-Integration/TYPO3-CI-YAML-Lint@v1
|
||||
code-quality:
|
||||
name: "Code quality checks"
|
||||
runs-on: ubuntu-20.04
|
||||
|
@ -65,7 +73,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
command:
|
||||
- "yaml:lint"
|
||||
- "json:lint"
|
||||
- "php:sniff"
|
||||
- "php:codestyle"
|
||||
|
|
Loading…
Reference in a new issue