Skip to content

Update perltidy version #31

Update perltidy version

Update perltidy version #31

Workflow file for this run

---
name: 'YAML-lint'
on:
pull_request:
push:
branches:
- '*'
jobs:
yaml-lint:
runs-on: ubuntu-latest
name: "YAML-lint"
steps:
- uses: actions/checkout@v4
- uses: docker://registry.opensuse.org/home/okurz/container/containers/tumbleweed:yamllint
with:
entrypoint: yamllint
args: -c .yamllint --strict ./ --format github