Skip to content

Commit c301a6c

Browse files
Guillaume Valadonguedou
Guillaume Valadon
authored andcommitted
Automatically check SPDX identifiers
1 parent 6829f4c commit c301a6c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/unittests.yml

+8
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
run: pip install tox
4747
- name: Build docs
4848
run: tox -e docs
49+
spdx:
50+
name: Check SPDX identifiers
51+
runs-on: ubuntu-latest
52+
steps:
53+
- name: Checkout Scapy
54+
uses: actions/checkout@v4
55+
- name: Launch script
56+
run: bash scapy/tools/check_spdx.sh
4957
mypy:
5058
name: Type hints check
5159
runs-on: ubuntu-latest

scapy/tools/check_spdx.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)