From 30212950a8f4141559b8163b9a3f390665238a3e Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 8 Mar 2021 20:01:47 +0000 Subject: [PATCH] .github: yamllint installer.yml Just like the others. Signed-off-by: Marc Herbert --- .github/workflows/installer.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 469a2402f..8cafec537 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -23,6 +23,9 @@ jobs: # From time to time this will catch a git tag and change SOF_VERSION with: {fetch-depth: 50, submodules: recursive} + - name: yamllint ourselves + run: yamllint .github/workflows/installer.yml + - name: docker run: docker pull thesofproject/sof && docker tag thesofproject/sof sof