Skip to content

test e2e workflow

test e2e workflow #8

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'