Skip to content

Commit

Permalink
Test citation file if changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Feb 20, 2024
1 parent 01b85da commit 42f82f4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/validate-citation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: '[test] validate citation file'

on:
push:
paths:
- 'CITATION.cff'

jobs:
check_maps_precompmesh:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install cffconvert
run: |
pip install -U pip
pip install cffconvert
- name: Validate CITATION.cff
run: cffconvert --validate -i ./CITATION.cff

0 comments on commit 42f82f4

Please sign in to comment.