Skip to content

Commit

Permalink
Update validate_citation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato authored Dec 9, 2024
1 parent 401ac13 commit 64e4b2a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/validate_citation.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
on:
push:
branches: [main]
pull_request:
paths:
- CITATION.cff
pull_request:
workflow_dispatch:

name: CITATION.cff
jobs:
Validate-CITATION-cff:
validate-citation:
runs-on: ubuntu-latest
name: Validate CITATION.cff
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3
- uses: dieghernan/cff-validator@v3

0 comments on commit 64e4b2a

Please sign in to comment.