mirror of https://github.com/thesofproject/sof.git
.github: yamllint installer.yml
Just like the others. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
7baa878610
commit
30212950a8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue