Skip to content

Revert "fix: return non-zero exit code when no QR code is found (#1002)" #29

Revert "fix: return non-zero exit code when no QR code is found (#1002)"

Revert "fix: return non-zero exit code when no QR code is found (#1002)" #29

Workflow file for this run

# SPDX-FileCopyrightText: 2026 Shun Sakai
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
name: rumdl
on:
pull_request:
paths:
- "**.md"
- "**.rs"
- ".rumdl.toml"
push:
paths:
- "**.md"
- "**.rs"
- ".rumdl.toml"
workflow_dispatch:
jobs:
rumdl:
name: rumdl
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run rumdl
uses: rvben/rumdl@v0.1.85