Skip to content

Merge pull request #210 from PowerGridModel/feature/citations-readthe… #2

Merge pull request #210 from PowerGridModel/feature/citations-readthe…

Merge pull request #210 from PowerGridModel/feature/citations-readthe… #2

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Contributors to the Power Grid Model project <[email protected]>
#
# SPDX-License-Identifier: MPL-2.0
name: Validate citation
on:
# run pipeline on push event of main or release branch, or when CITATIONS path has changed
push:
branches:
- main
- 'release/**'
paths:
- CITATION.cff
workflow_dispatch:
jobs:
validate-citations:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Validate CITATION.cff
uses: dieghernan/[email protected]