Skip to content

#78: remove explicit globs from copyrights.yml to cover .ts files#91

Open
VasilevNStas wants to merge 2 commits into
zerocracy:masterfrom
VasilevNStas:78
Open

#78: remove explicit globs from copyrights.yml to cover .ts files#91
VasilevNStas wants to merge 2 commits into
zerocracy:masterfrom
VasilevNStas:78

Conversation

@VasilevNStas

@VasilevNStas VasilevNStas commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Closes #78

The explicit globs: in copyrights.yml did not include **/*.ts, so CI never checked copyright headers in TypeScript files. Removed the override entirely — upstream defaults cover **/*.ts, **/*.js, **/*.html, and more.

Additionally fixed the copyright year in index.ts and test/fakes/FakeBaza.ts from 2025 to 2025-2026 — these were missed before because the restricted globs never scanned them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

copyrights workflow neglects TypeScript files, jeopardizing REUSE compliance

1 participant