Skip to content

Commit

Permalink
Merge pull request astropy#14896 from olebole/citation-cff
Browse files Browse the repository at this point in the history
Add a `CITATION.cff` file
  • Loading branch information
pllim authored Nov 29, 2023
2 parents 52f737b + 5a175b3 commit cd58714
Show file tree
Hide file tree
Showing 3 changed files with 1,589 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/CFF-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Checking CITATION.cff

on:
push:
paths:
- "CITATION.cff"
pull_request:
paths:
- "CITATION.cff"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
cffconvert:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: citation-file-format/cffconvert-github-action@2.0.0
with:
args: --validate
Loading

0 comments on commit cd58714

Please sign in to comment.