Skip to content

yamllint

yamllint #69

Workflow file for this run

name: yamllint
on: # yamllint disable-line rule:truthy
push:
branches:
- main
- develop
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint