Skip to content

Commit 2bb04a6

Browse files
hyperpolymathclaude
andcommitted
fix(ci): add missing SPDX headers to workflow files
The Governance reusable's "Workflow security linter" job requires every .github/workflows/*.yml to carry an SPDX-License-Identifier on line 1. These files were missing it, so the Governance workflow failed on every push — one more red workflow feeding the ci_activity notification flood. Identifier (MPL-2.0) is taken from this repo's own existing workflow headers, which agree unanimously — not assumed. Files: pages.yml Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c0f91e5 commit 2bb04a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: MPL-2.0
12
name: GitHub Pages (Ddraig SSG)
23
on:
34
push:

0 commit comments

Comments
 (0)