sof_remove: remove snd_hda_codec_alc269 and snd_hda_codec_realtek_lib first #1719
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: yamllint | |
| # yamllint disable-line rule:truthy | |
| on: [push, pull_request, workflow_dispatch] | |
| jobs: | |
| yamllint: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: yamllint github actions | |
| run: yamllint .github/workflows/*.yml |