Skip to content

Update reviewdog/action-actionlint action to v1.73.4 #1638

Update reviewdog/action-actionlint action to v1.73.4

Update reviewdog/action-actionlint action to v1.73.4 #1638

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2022-2026 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: eslint
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
eslint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- run: npm install
- run: npx eslint .