diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-18 15:46:31 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-18 15:46:31 +0100 |
| commit | 971b45692224b3c52be21cd3a883fb6cd5089776 (patch) | |
| tree | b932f233eefc2ae488dd232ef5c4ea929d7cf453 /.gitlab-ci.yml | |
| parent | 573c620744be20897e5586e14c7491ada3ce353c (diff) | |
| download | teachos-971b45692224b3c52be21cd3a883fb6cd5089776.tar.xz teachos-971b45692224b3c52be21cd3a883fb6cd5089776.zip | |
chore: add license information
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ed0600..1c1548b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,3 +21,10 @@ build: - kernel.sym - kernel.iso <<: *build_matrix + +license_check: + stage: .pre + image: + name: docker.io/fsfe/reuse + entrypoint: [""] + script: reuse lint |
