We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6829f4c commit c301a6cCopy full SHA for c301a6c
.github/workflows/unittests.yml
@@ -46,6 +46,14 @@ jobs:
46
run: pip install tox
47
- name: Build docs
48
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
57
mypy:
58
name: Type hints check
59
runs-on: ubuntu-latest
scapy/tools/check_spdx.sh
100644
100755
0 commit comments