Skip to content

Release version 0.7.11 #121

Release version 0.7.11

Release version 0.7.11 #121

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Kevin Matthes
# SPDX-FileCopyrightText: 2022 Shun Sakai
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
name: cffconvert
on:
pull_request:
paths:
- CITATION.cff
push:
paths:
- CITATION.cff
permissions:
contents: read
jobs:
validation:
name: Validate
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Validate the CITATION.cff file
uses: docker://citationcff/cffconvert:latest
with:
args: --validate