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:
Łukasz Uznański 2020-07-09 13:17:33 +02:00 committed by GitHub
parent 0cd15131a3
commit b3b09050ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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