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 6f8f8bf commit e60c044Copy full SHA for e60c044
.github/workflows/pull_request.yml
@@ -1,3 +1,5 @@
1
+# SPDX-FileCopyrightText: Copyright 2024 The SPDX Contributors
2
+
3
name: SPDX validation
4
on:
5
- pull_request
@@ -8,7 +10,7 @@ jobs:
8
10
runs-on: ubuntu-latest
9
11
steps:
12
- name: Checkout spdx-examples
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
13
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #v4.2.1
14
15
- name: Look for files with the wrong location
16
run: |
@@ -74,4 +76,3 @@ jobs:
74
76
echo "Checking $f..."
75
77
spdx3-validate -j $f
78
done
-
0 commit comments