Skip to content

fix: improve descriptions #6

fix: improve descriptions

fix: improve descriptions #6

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: "Citation"
on:
pull_request:
branches:
- "main"
paths:
- "CITATION.cff"
- ".github/workflows/citation.yml"
- ".github/workflows/citation-reusable.yml"
- ".github/workflows/run-*reusable.yml"
merge_group:
types:
- "checks_requested"
permissions: {} # yamllint disable-line rule:braces
concurrency:
group: >
${{ github.workflow_ref }}-${{ github.ref }}
cancel-in-progress: true
jobs:
citation:
name: "Citation"
permissions:
contents: "read"
# yamllint disable rule:line-length
uses: "open-nudge/opentemplate/.github/workflows/citation-reusable.yml@main" # zizmor: ignore[unpinned-uses]
# yamllint enable rule:line-length
...