Skip to content

Commit b2e0748

Browse files
Copilotzccrs
andcommitted
feat: Add SPDX header check workflow
Co-authored-by: zccrs <13449038+zccrs@users.noreply.github.com>
1 parent aaf49b3 commit b2e0748

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/spdx-check.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: SPDX Header Check
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
7+
jobs:
8+
spdx-check:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: zccrs/github-actions-spdx-checker@main
12+
with:
13+
base: origin/main
14+
exclude: 'vendor/**,node_modules/**,3rdparty/**,*.json'

0 commit comments

Comments
 (0)