Skip to content

Bump docker/metadata-action from 5.5.1 to 5.6.1 #89

Bump docker/metadata-action from 5.5.1 to 5.6.1

Bump docker/metadata-action from 5.5.1 to 5.6.1 #89

Workflow file for this run

---
name: Linting (YAML)
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- "**.yml"
jobs:
yamllint:
name: Run yamllint against YAML files
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: yaml-lint
uses: ibiqlik/[email protected]
with:
config_data: |
extends: default
rules:
line-length:
max: 300
level: warning