Skip to content

build(deps): bump actions/cache from 4.2.0 to 4.2.1 (#2297) #2965

build(deps): bump actions/cache from 4.2.0 to 4.2.1 (#2297)

build(deps): bump actions/cache from 4.2.0 to 4.2.1 (#2297) #2965

Workflow file for this run

name: Lint - YAML
on:
push:
branches:
- master
pull_request:
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run yamllint
run: |
docker run --rm \
-v "${GITHUB_WORKSPACE}":/yaml \
peterdavehello/yamllint \
yamllint \
-c "/yaml/yamllint.yml" \
.