Skip to content

chore(deps): update crate-ci/typos action to v1.40.0 #94

chore(deps): update crate-ci/typos action to v1.40.0

chore(deps): update crate-ci/typos action to v1.40.0 #94

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2022-2025 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: yamllint
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
yamllint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: ibiqlik/action-yamllint@v3
with:
config-file: .yamllint.yml