Skip to content

Commit

Permalink
Update CFF-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Nov 29, 2023
1 parent 993cfaf commit 98891b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CFF-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Checking CITATION.cff

on:
Expand All @@ -9,11 +8,15 @@ on:
paths:
- "CITATION.cff"

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

jobs:
cffconvert:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: citation-file-format/[email protected]
Expand Down

0 comments on commit 98891b6

Please sign in to comment.