Skip to content

fix yaml lint error

fix yaml lint error #3

Workflow file for this run

name: yaml lint
on: # yamllint disable-line rule:truthy
- push
- pull_request
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v2
- name: lint yaml files
uses: ibiqlik/action-yamllint@v3
with:
config_file: '.yamllint.yml'