Skip to content

Bump docker/build-push-action from 6.3.0 to 6.4.1 #73

Bump docker/build-push-action from 6.3.0 to 6.4.1

Bump docker/build-push-action from 6.3.0 to 6.4.1 #73

Workflow file for this run

---
name: Linting (YAML)
on:
pull_request:
branches:
- main
- v3p11
# only run when yaml files are updated
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: 120
level: warning