Skip to content

Commit

Permalink
Merge remote-tracking branch 'proplib-template/main' into cross-platf…
Browse files Browse the repository at this point in the history
…orm-cli-driver
  • Loading branch information
aromanielloNTIA committed Nov 21, 2024
2 parents 1965c83 + af447ee commit e95f70e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/cff-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Validate CITATION.cff

on:
push:
paths: CITATION.cff
paths:
- CITATION.cff
- .github/workflows/cff-validator.yml
pull_request:
paths: CITATION.cff
paths:
- CITATION.cff
- .github/workflows/cff-validator.yml
workflow_dispatch:

jobs:
Expand All @@ -18,4 +22,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3
uses: dieghernan/cff-validator@v3

0 comments on commit e95f70e

Please sign in to comment.