Skip to content

konflux-ui update #14041

konflux-ui update

konflux-ui update #14041

Workflow file for this run

name: Lint manifests with yamllint
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
- name: Lint yaml manifests
run: |
yamllint -f github --no-warnings .
- name: Check for yaml lint warnings
if: always()
continue-on-error: true
run: |
yamllint -f github -s .