Skip to content

Commit

Permalink
small CI fixes
Browse files Browse the repository at this point in the history
* require copyright but not that I'm the author on every file
* correct accidental Cargo.lock breakage
  • Loading branch information
scottlamb committed Apr 21, 2024
1 parent cd5d25b commit 64e275b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-license.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
MAX_LINE_COUNT = 10

EXPECTED_LINES = [
re.compile(r'Copyright \(C\) 20\d{2} Scott Lamb <slamb@slamb\.org>'),
re.compile(r'Copyright \(C\) 20\d{2}'),
re.compile(r'SPDX-License-Identifier: MIT OR Apache-2\.0'),
]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64e275b

Please sign in to comment.