Skip to content

build(deps-dev): bump rubocop from 1.82.0 to 1.82.1 #152

build(deps-dev): bump rubocop from 1.82.0 to 1.82.1

build(deps-dev): bump rubocop from 1.82.0 to 1.82.1 #152

Workflow file for this run

# SPDX-FileCopyrightText: 2025 David Rabkin
# SPDX-License-Identifier: 0BSD
---
name: yamllint
'on': [pull_request, push]
jobs:
yamllint:
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: >
./.github/*.yml
./.github/workflows/*.yml
./.rubocop.yml
strict: true