Skip to content

Commit 8770b37

Browse files
committed
fix(ci): fix trailing whitespace and missing newline in spdx-check.yml
1 parent e351c16 commit 8770b37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/spdx-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ on:
1313
jobs:
1414
reuse-lint:
1515
runs-on: ubuntu-latest
16-
16+
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v5
20-
20+
2121
- name: REUSE Compliance Check
2222
uses: fsfe/reuse-action@v5
2323
with:
24-
args: lint
24+
args: lint

0 commit comments

Comments
 (0)