Skip to content

feat!: split rule prefix and tool name #5

feat!: split rule prefix and tool name

feat!: split rule prefix and tool name #5

Workflow file for this run

# SPDX-FileCopyrightText: © 2025 open-nudge <https://github.com/open-nudge>
# SPDX-FileContributor: szymonmaszke <github@maszke.co>
#
# SPDX-License-Identifier: Apache-2.0
---
name: "Generation"
on:
pull_request:
branches:
- "main"
merge_group:
types:
- "checks_requested"
permissions: {} # yamllint disable-line rule:braces
concurrency:
cancel-in-progress: true
group: >
${{ github.workflow_ref }}-${{ github.ref }}
jobs:
generation:
name: "Generation"
permissions:
contents: "read"
# yamllint disable rule:line-length
uses: "open-nudge/opentemplate/.github/workflows/generation-reusable.yml@main" # zizmor: ignore[unpinned-uses]
# yamllint enable rule:line-length
...