We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CITATION.cff
See ACCESS-NRI/access-esm1.5-configs#41 (comment)
Not all *-configs-style repositories have this yet, but it seems like a good thing to add to the overall model-config-tests infrastructure.
*-configs
model-config-tests
Make it a set of steps like:
- uses: actions/checkout@v4 - name: Check for CITATION.cff id: citation-file run: | if [ -f "CITATION.cff" ]; then echo "exists=true" >> $GITHUB_OUTPUT fi - name: Validate CITATION.cff if: steps.citation-file.outputs.exist uses: citation-file-format/[email protected] with: args: "--validate"
The text was updated successfully, but these errors were encountered:
CodeGat
No branches or pull requests
See ACCESS-NRI/access-esm1.5-configs#41 (comment)
Not all
*-configs
-style repositories have this yet, but it seems like a good thing to add to the overallmodel-config-tests
infrastructure.Make it a set of steps like:
The text was updated successfully, but these errors were encountered: