-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'proplib-template-main' into CrossPlatform-And-PropLib2.0
# Conflicts: # .zenodo.json # CITATION.cff # CMakeLists.txt # GitHubRepoPublicReleaseApproval.md # README.md # app/CMakeLists.txt # app/include/Driver.h # app/src/CMakeLists.txt # app/tests/CMakeLists.txt # src/CMakeLists.txt # src/ReturnCodes.cpp # tests/CMakeLists.txt # tests/TestUtils.cpp
- Loading branch information
Showing
15 changed files
with
179 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Validate CITATION.cff | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'CITATION.cff' | ||
- '.github/workflows/cff-validator.yml' | ||
pull_request: | ||
paths: | ||
- 'CITATION.cff' | ||
- '.github/workflows/cff-validator.yml' | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,13 @@ authors: | |
- name: >- | ||
U.S. Department of Commerce, National | ||
Telecommunications and Information Administration, | ||
Institute for Telecommunications Sciences | ||
Institute for Telecommunication Sciences | ||
address: 325 Broadway | ||
city: Boulder | ||
region: Colorado | ||
post-code: '80305' | ||
country: US | ||
post-code: '80305' | ||
region: Colorado | ||
alias: NTIA/ITS | ||
email: [email protected] | ||
website: 'https://its.ntia.gov' | ||
repository-code: 'https://github.com/NTIA/LFMF' | ||
|
@@ -31,6 +32,5 @@ keywords: | |
- its | ||
- propagation | ||
- lfmf | ||
license: 'NTIA Public Domain' | ||
version: 1.0 | ||
date-released: '2024-12-01' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.