Skip to content

build(deps): bump the docker-all group across 1 directory with 2 updates #1056

build(deps): bump the docker-all group across 1 directory with 2 updates

build(deps): bump the docker-all group across 1 directory with 2 updates #1056

Workflow file for this run

---
name: Yamllint
'on': push
jobs:
yamllint:
runs-on: ubuntu-latest
container:
image: pipelinecomponents/yamllint:0.21.0
env:
YAMLLINT_CONFIG_FILE: /code/configs/.yamllint.yaml
options: --cpus 1
steps:
- uses: actions/checkout@v4.2.2
- name: run yamllint
run: yamllint .