Merge branch 'release/v0.7.11' into develop #120
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |