diff --git a/.github/workflows/Compliance.yml.jinja b/.github/workflows/Compliance.yml.jinja index 17459593..b70cd7f4 100644 --- a/.github/workflows/Compliance.yml.jinja +++ b/.github/workflows/Compliance.yml.jinja @@ -19,8 +19,9 @@ jobs: uses: actions/setup-python@v4 - name: Check for update in the template run: | - pip install copier + pip install copier pre-commit copier update -A + pre-commit run -a - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v3 diff --git a/CITATION.cff.jinja b/CITATION.cff.jinja index 9a62ee5c..9db02bba 100644 --- a/CITATION.cff.jinja +++ b/CITATION.cff.jinja @@ -1 +1,10 @@ -# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/ +# Go to https://citation-file-format.github.io/cff-initializer-javascript/#/ to finish this +cff-version: 1.2.0 +title: {{ PackageName }}.jl +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: {{ AuthorName }} + email: {{ AuthorEmail }}