Skip to content

Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 in the docker-actions group across 1 directory #110

Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 in the docker-actions group across 1 directory

Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 in the docker-actions group across 1 directory #110

Workflow file for this run

---
name: YAML lint
on:
push:
branches: [dev, beta, release]
paths:
- "**.yaml"
- "**.yml"
pull_request:
paths:
- "**.yaml"
- "**.yml"
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: actions/[email protected]
- name: Run yamllint
uses: frenck/[email protected]
with:
strict: true