Add yamllint

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
Mauro Morales 2023-03-29 12:42:23 +02:00
parent 57aef89b02
commit b7352829ff
No known key found for this signature in database
GPG Key ID: 0069994DD7392198
2 changed files with 9 additions and 4 deletions

View File

@ -1,9 +1,9 @@
name: Unit tests
on:
push:
branches:
- master
pull_request:
push:
branches:
- master
pull_request:
jobs:
unit-tests:

View File

@ -63,3 +63,8 @@ iso:
RUN sha256sum $ISO_NAME.iso > $ISO_NAME.iso.sha256
SAVE ARTIFACT /build/$ISO_NAME.iso iso AS LOCAL build/$ISO_NAME.iso
SAVE ARTIFACT /build/$ISO_NAME.iso.sha256 sha256 AS LOCAL build/$ISO_NAME.iso.sha256
yamllint:
FROM cytopia/yamllint
COPY . .
RUN yamllint .github/workflows/