Skip to content

Commit

Permalink
ci: auto-format cffconvert action
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBodor committed Jun 13, 2024
1 parent 54b53b4 commit 31f6148
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cffconvert
name: Citation file

on:
push:
Expand All @@ -14,14 +14,12 @@ on:
- main

jobs:

verify:
if: github.event.pull_request.draft == false
name: "cffconvert"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Check out a copy of the repository

- uses: citation-file-format/cffconvert-github-action@main
name: Check whether the citation metadata from CITATION.cff is equivalent to that in .zenodo.json

0 comments on commit 31f6148

Please sign in to comment.