Skip to content

Commit

Permalink
add codemeta2cff to iga
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored May 6, 2024
1 parent 32c0879 commit 4d98689
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/iga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ on:
parent_record:
description: "ID of parent record (for versioning):"
jobs:
CodeMeta2CFF:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Convert CFF
uses: caltechlibrary/codemeta2cff@main
- name: Commit CFF
uses: EndBug/add-and-commit@v7
with:
message: 'Add CITATION.cff for release'
add: 'CITATION.cff'
branch: 'main'
Send_to_InvenioRDM:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4d98689

Please sign in to comment.