Skip to content

Fix matrix generator for strimzi applications #1019

Fix matrix generator for strimzi applications

Fix matrix generator for strimzi applications #1019

Workflow file for this run

name: Yamllint
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
yaml-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Unlock
uses: sliteteam/github-action-git-crypt-unlock@1.2.0
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .github/lint-config.yaml