1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_etebase.git synced 2024-08-16 10:19:52 +02:00
ansible_role_etebase/.github/workflows/yamllint.yaml
dependabot[bot] 4a9e401160
Bump karancode/yamllint-github-action from 2.0.0 to 2.1.1
Bumps [karancode/yamllint-github-action](https://github.com/karancode/yamllint-github-action) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/karancode/yamllint-github-action/releases)
- [Commits](https://github.com/karancode/yamllint-github-action/compare/v2.0.0...v2.1.1)

---
updated-dependencies:
- dependency-name: karancode/yamllint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-12 16:04:03 +00:00

23 lines
463 B
YAML

---
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@v3
- name: 'Yamllint'
uses: karancode/yamllint-github-action@v2.1.1
with:
yamllint_file_or_dir: '.'
yamllint_config_filepath: './.yamllint'