From 3714a7947092ce3da33ec9a2c6ebff37c317438c Mon Sep 17 00:00:00 2001 From: Ilya Sytchev Date: Mon, 16 Dec 2024 16:43:17 -0500 Subject: [PATCH] Add missing flag --- .github/workflows/build.yml | 2 +- docs/source/development.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a133738e..895aca9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,4 +39,4 @@ jobs: - name: Run the test suite run: pytest - name: Validate citation file - run: cffconvert -i CITATION.cff + run: cffconvert -i CITATION.cff --validate diff --git a/docs/source/development.md b/docs/source/development.md index ce379a77..da0b21b9 100644 --- a/docs/source/development.md +++ b/docs/source/development.md @@ -8,7 +8,7 @@ Information for contributors * Check code style: `flake8` * Run static type checks: `mypy` * Run the test suite: `pytest` -* Validate the citation file: `cffconvert -i CITATION.cff` +* Validate the citation file: `cffconvert -i CITATION.cff --validate` ### Documentation Install required dependencies: