Skip to content

v0.0.8 Release

v0.0.8 Release #5

Workflow file for this run

name: Check Pull Request
on:
pull_request:
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: collector/config/*.yaml collector/config-k8s/*.yaml
config_file: .yamllint.yml