Skip to content

Commit

Permalink
Update citation GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Oct 18, 2023
1 parent ab7695a commit 9a5d2c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/citation.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: CITATION.cff

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

name: CITATION.cff
jobs:
Validate-CITATION-cff:
runs-on: ubuntu-latest
name: Validate CITATION.cff
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3

0 comments on commit 9a5d2c5

Please sign in to comment.