Skip to content

Commit 77a90f9

Browse files
committed
all: add REUSE
Signed-off-by: Ethan Perruzza <[email protected]>
1 parent 8a551ba commit 77a90f9

File tree

4 files changed

+694
-1
lines changed

4 files changed

+694
-1
lines changed

.github/workflows/osrd-ui-build.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
if rg -Ul '\n\n\z' .; then
7474
echo "Found multiple final newlines on listed file(s)"
7575
exit 1
76-
fi
76+
fi
7777
7878
check_unit_tests:
7979
runs-on: ubuntu-latest
@@ -89,3 +89,11 @@ jobs:
8989
echo "Tests failed"
9090
exit 1
9191
fi
92+
93+
check_reuse_compliance:
94+
runs-on: ubuntu-latest
95+
name: Check REUSE Compliance
96+
steps:
97+
- uses: actions/checkout@v4
98+
- name: REUSE Compliance Check
99+
uses: fsfe/reuse-action@v4

0 commit comments

Comments
 (0)