Skip to content

docs: fix command for role installation #25

docs: fix command for role installation

docs: fix command for role installation #25

Workflow file for this run

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