Skip to content

Update inventory und pkgs #53

Update inventory und pkgs

Update inventory und pkgs #53

Workflow file for this run

---
name: 'Yamllint GitHub Actions'
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
yamllint:
name: 'Yamllint'
runs-on: ubuntu-latest
steps:
- name: 'checkout git repo'
uses: actions/[email protected]
- name: 'Yamllint'
uses: karancode/[email protected]
with:
yamllint_file_or_dir: '.'
yamllint_config_filepath: './.yamllint'