Skip to content

Enable perlcritic checks in CI #4

Enable perlcritic checks in CI

Enable perlcritic checks in CI #4

Workflow file for this run

---
name: yamllint
on: [push, pull_request]
jobs:
yamllint:
runs-on: ubuntu-latest
container:
image: registry.opensuse.org/devel/openqa/containers/os-autoinst_dev
steps:
- uses: actions/checkout@v4
- name: Validate yamls
run: |
git config --global --add safe.directory '*'
yamllint --strict $(git ls-files "*.yml" "*.yaml" 2> /dev/null || find . -name '*.y*ml')