Skip to content

Commit

Permalink
Automatically check SPDX identifiers (#4268)
Browse files Browse the repository at this point in the history
  • Loading branch information
guedou committed Feb 11, 2024
1 parent 6829f4c commit 6565a75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
run: pip install tox
- name: Build docs
run: tox -e docs
spdx:
name: Check SPDX identifiers
runs-on: ubuntu-latest
steps:
- name: Checkout Scapy
uses: actions/checkout@v4
- name: Launch script
run: bash scapy/tools/check_spdx.sh
mypy:
name: Type hints check
runs-on: ubuntu-latest
Expand Down
Empty file modified scapy/tools/check_spdx.sh
100644 → 100755
Empty file.

0 comments on commit 6565a75

Please sign in to comment.