Skip to content

Commit 291525e

Browse files
committed
Add license header linting job to CI
Signed-off-by: Douglas Reis <[email protected]>
1 parent 534c210 commit 291525e

File tree

7 files changed

+327
-205
lines changed

7 files changed

+327
-205
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright lowRISC contributors.
2+
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: CI
26

37
on:
@@ -21,6 +25,10 @@ jobs:
2125
run: |
2226
uv sync --all-extras
2327
28+
- name: Run reuse lint
29+
run: |
30+
uv run reuse lint
31+
2432
- name: Linting
2533
run: |
2634
uv run ruff check

LICENSE

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

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LICENSES/Apache-2.0.txt

0 commit comments

Comments
 (0)