Skip to content

Merge pull request #253 from softwarepub/feature/244-fixes-for-081 #40

Merge pull request #253 from softwarepub/feature/244-fixes-for-081

Merge pull request #253 from softwarepub/feature/244-fixes-for-081 #40

Workflow file for this run

# SPDX-FileCopyrightText: 2022 German Aerospace Center (DLR)
#
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileContributor: Stephan Druskat
name: cffconvert
on:
push:
paths:
- CITATION.cff
jobs:
validate:
name: "validate"
runs-on: ubuntu-latest
steps:
- name: Check out a copy of the repository
uses: actions/checkout@v2
- name: Check whether the citation metadata from CITATION.cff is valid
uses: citation-file-format/[email protected]
with:
args: "--validate"