1
0
Fork 0
ansible_role_prometheus_pin.../.github/workflows/yamllint.yaml
dependabot[bot] 7fcb3ef323
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-09-11 23:20:59 +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'