Skip to content

Update reviewdog/action-actionlint action to v1.73.0 #119

Update reviewdog/action-actionlint action to v1.73.0

Update reviewdog/action-actionlint action to v1.73.0 #119

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2018-2026 Zerocracy
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: typos
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
typos:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- uses: crate-ci/typos@v1.47.2