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 4db9f2d commit dcf69edCopy full SHA for dcf69ed
1 file changed
.github/workflows/unittests.yml
@@ -34,12 +34,12 @@ jobs:
34
run: bash ./.config/ci/check_commits.sh
35
if: github.event_name == 'pull_request'
36
spdx:
37
- name: Check SPDX identifiers (Licensing)
+ name: Check SPDX identifiers
38
runs-on: ubuntu-latest
39
steps:
40
- name: Checkout Scapy
41
uses: actions/checkout@v6
42
- - name: Launch script
+ - name: All files should have a SPDX identifier
43
run: bash scapy/tools/check_spdx.sh
44
health:
45
name: Code health check
0 commit comments