From 315f68d95bfc4b47f73e1db07a12550300196d41 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Sat, 16 Sep 2023 00:31:07 +0200 Subject: [PATCH] Working on linting issues --- .github/workflows/Compliance.yml.jinja | 3 ++- CITATION.cff.jinja | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) 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 }}