We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577d39f commit cd6bf02Copy full SHA for cd6bf02
.github/workflows/selftest.yml
@@ -29,12 +29,28 @@ jobs:
29
with:
30
args: spdx
31
32
- # Use latest major version of the action
33
- test-majorversion:
+ # Use all major version of the action
+ test-v1:
34
+ runs-on: ubuntu-latest
35
+ steps:
36
+ - uses: actions/checkout@v4
37
+ - name: REUSE Compliance Check
38
+ uses: fsfe/reuse-action@v1
39
+ with:
40
+ args: lint
41
+ test-v2:
42
runs-on: ubuntu-latest
43
steps:
44
- uses: actions/checkout@v4
45
- name: REUSE Compliance Check
46
uses: fsfe/reuse-action@v2
47
48
args: lint --json
49
+ # test-v3:
50
+ # runs-on: ubuntu-latest
51
+ # steps:
52
+ # - uses: actions/checkout@v4
53
+ # - name: REUSE Compliance Check
54
+ # uses: fsfe/reuse-action@v3
55
+ # with:
56
+ # args: lint --json
0 commit comments