Open CodeGat opened 3 months ago
See https://github.com/ACCESS-NRI/access-esm1.5-configs/pull/41#issuecomment-2270818063
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/cffconvert-github-action@2.0.0 with: args: "--validate"
See https://github.com/ACCESS-NRI/access-esm1.5-configs/pull/41#issuecomment-2270818063
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: