Skip to content

Commit e83055e

Browse files
committed
chore
1 parent 1b0ac93 commit e83055e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci-md.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v6
3838

3939
# ============================================================
40-
# BASIC CHECKS: Run pre-commit checks
40+
# BASIC CHECKS: Run basic checks
4141
# ============================================================
4242

4343
- name: B1) Lint Markdown
@@ -72,3 +72,5 @@ jobs:
7272
# WHY: Ensure CITATION.cff is well-formed without making it mandatory.
7373
if: ${{ steps.detect_citation.outputs.present == 'true' }}
7474
uses: dieghernan/cff-validator@v4
75+
with:
76+
citation-path: CITATION.cff # WHY: Be explicit about the file validated.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Denise M. Case
3+
Copyright (c) 2025-2026 Denise M. Case
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)