Skip to content

github actions

github actions #1

Workflow file for this run

name: Yaml Lint
on: [ pull_request ]
jobs:
lint_yaml_files:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3