Skip to content

chore(deps): update module github.com/moby/buildkit to v0.15.2 - autoclosed #15324

chore(deps): update module github.com/moby/buildkit to v0.15.2 - autoclosed

chore(deps): update module github.com/moby/buildkit to v0.15.2 - autoclosed #15324

Workflow file for this run

name: YAML
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: actions/checkout@master
- uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint -c .yamllint.yml resources/metadata/*.y*ml .pipeline/config.yml .codeclimate.yml .markdownlint.yml .yamllint.yml .github/workflows/*.y*ml