Skip to content

Commit 37c9187

Browse files
authored
Merge pull request #33 from AndyScherzinger/chore/noid/toml-v4-doc-updates
Update to .toml example
2 parents f15b48b + b2cec8e commit 37c9187

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

.reuse/dep5

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,21 @@ name: REUSE Compliance Check
3636
on: [push, pull_request]
3737

3838
jobs:
39-
test:
39+
reuse-compliance-check:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v4
42+
- name: Checkout
43+
uses: actions/checkout@v4
44+
4345
- name: REUSE Compliance Check
4446
uses: fsfe/reuse-action@v4
4547
```
4648
4749
If you would like to run other subcommands, you could use the following snippet which outputs a the SPDX bill of materials:
4850
4951
```yml
50-
- uses: actions/checkout@v4
52+
- name: Checkout
53+
uses: actions/checkout@v4
5154
- name: REUSE SPDX SBOM
5255
uses: fsfe/reuse-action@v4
5356
with:
@@ -57,7 +60,8 @@ If you would like to run other subcommands, you could use the following snippet
5760
In the same fashion, it is possible to add optional arguments like `--include-submodules`:
5861

5962
```yml
60-
- uses: actions/checkout@v4
63+
- name: Checkout
64+
uses: actions/checkout@v4
6165
- name: REUSE Compliance Check
6266
uses: fsfe/reuse-action@v4
6367
with:

0 commit comments

Comments
 (0)