Skip to content

Commit dcf69ed

Browse files
authored
gh: improve description of SPDX test
1 parent 4db9f2d commit dcf69ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
run: bash ./.config/ci/check_commits.sh
3535
if: github.event_name == 'pull_request'
3636
spdx:
37-
name: Check SPDX identifiers (Licensing)
37+
name: Check SPDX identifiers
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout Scapy
4141
uses: actions/checkout@v6
42-
- name: Launch script
42+
- name: All files should have a SPDX identifier
4343
run: bash scapy/tools/check_spdx.sh
4444
health:
4545
name: Code health check

0 commit comments

Comments
 (0)