Skip to content

Commit 0675d44

Browse files
committed
docs: another round making file header comments more regular
1 parent f26f0a0 commit 0675d44

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Repository-specific file attributes assignments for git.
1+
# Summary: repository-specific file attributes assignments for git.
22
#
33
# Copyright 2024 California Institute of Technology.
44
# License: Modified BSD 3-clause – see file "LICENSE" in the project website.

.github/workflows/markdown-linter.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# @file markdown-linter.yml
2-
# @brief GitHub Actions workflow to run a Markdown linter on .md files
3-
# @license Please see the file named LICENSE in the repository
4-
# @repo https://github.com/caltechlibrary/template
1+
# GitHub Actions workflow to run a Markdown linter on .md files.
2+
#
3+
# Copyright 2024 California Institute of Technology.
4+
# License: Modified BSD 3-clause – see file "LICENSE" in the project website.
5+
# Website: https://github.com/caltechlibrary/template
56

67
name: Lint Markdown files
78
run-name: Lint Markdown files after ${{github.event_name}} by ${{github.actor}}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rules for files and subdirectories to be ignored by git.
1+
# Summary: rules for files and subdirectories to be ignored by git.
22
#
33
# Copyright 2024 California Institute of Technology.
44
# License: Modified BSD 3-clause – see file "LICENSE" in the project website.

0 commit comments

Comments
 (0)