From 2b5951f8318c6c7a087872f4438ca1832194bd57 Mon Sep 17 00:00:00 2001 From: thestreamcode Date: Sun, 21 Jun 2026 20:16:43 +0200 Subject: [PATCH 1/2] chore: standardize community-health files and harden CI --- CITATION.cff | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..eddc26c --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,9 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +title: "EasyPIVA" +authors: + - family-names: Gasperini + given-names: Michael +url: "https://github.com/TheStreamCode/easypiva" +version: "1.0.0" +license: MIT From 95f8d90b79370e7de77d1cd208b5ae03b8028ce2 Mon Sep 17 00:00:00 2001 From: thestreamcode Date: Sun, 21 Jun 2026 20:20:51 +0200 Subject: [PATCH 2/2] style: format CITATION.cff with project Prettier config --- CITATION.cff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index eddc26c..9eede45 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,9 +1,9 @@ cff-version: 1.2.0 -message: "If you use this software, please cite it as below." -title: "EasyPIVA" +message: 'If you use this software, please cite it as below.' +title: 'EasyPIVA' authors: - family-names: Gasperini given-names: Michael -url: "https://github.com/TheStreamCode/easypiva" -version: "1.0.0" +url: 'https://github.com/TheStreamCode/easypiva' +version: '1.0.0' license: MIT