Update registry.redhat.io/rhel9-4-els/rhel-minimal:9.4 Docker digest to f4c5d46 #426
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
| --- | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| submodules: recursive | |
| - name: Run yamllint | |
| run: make yamllint | |
| name: Yamllint | |
| on: # yamllint disable-line rule:truthy | |
| pull_request: | |
| branches: | |
| - release-4.14 | |
| push: | |
| branches: | |
| - release-4.14 |