Skip to content

chore(ci): add final newline to actionlint.yml #105

chore(ci): add final newline to actionlint.yml

chore(ci): add final newline to actionlint.yml #105

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2026 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: actionlint
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
actionlint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1.72.0