Skip to content

Merge pull request #22 from xslint/dependabot/npm_and_yarn/client/xsl… #66

Merge pull request #22 from xslint/dependabot/npm_and_yarn/client/xsl…

Merge pull request #22 from xslint/dependabot/npm_and_yarn/client/xsl… #66

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2025-2026 Max Trunnikov
# SPDX-License-Identifier: MIT
---
name: actionlint
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
actionlint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- name: Download actionlint
id: get_actionlint
# yamllint disable-line rule:line-length
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash