mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
[TASK] Add yaml lint (#59)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
parent
0cd15131a3
commit
b3b09050ca
1 changed files with 12 additions and 1 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
@ -68,7 +68,18 @@ jobs:
|
|||
run: "sudo apt-get install libxml2-utils"
|
||||
-
|
||||
name: "Run lint"
|
||||
run: "xmllint --schema .github/build/xliff-core-1.2-strict.xsd --noout $(find Resources -name '*.xlf')"
|
||||
run: "xmllint --schema .github/build/xliff-core-1.2-strict.xsd
|
||||
--noout $(find Resources -name '*.xlf')"
|
||||
yaml-lint:
|
||||
name: "Yaml linter"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: "Yaml lint"
|
||||
uses: ibiqlik/action-yamllint@v1
|
||||
unit-tests:
|
||||
name: "Unit tests"
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue