Skip to content

Commit

Permalink
Merge branch 'cross-platform-cli-driver' into AddMATLABWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Nov 21, 2024
2 parents cbbd4ed + 1965c83 commit 4a050d0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/cff-validator.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Validate CITATION.cff

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

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

steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Validate CITATION.cff
uses: dieghernan/cff-validator@v3
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: software
authors:
- given-names: William
family-names: Kozma
name-particle: Jr
name-suffix: Jr.
email: [email protected]
affiliation: >-
U.S. Department of Commerce, National
Expand Down

0 comments on commit 4a050d0

Please sign in to comment.