repo.or.cz
/
storage-units.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update project meta
[storage-units.git]
/
.github
/
workflows
/
reuse.yml
blob
c34439bb5da5eb4a72154e72fa9ecd263b6a4e60
1
# SPDX-FileCopyrightText: The Storage-Units Authors
2
# SPDX-License-Identifier: 0BSD
3
4
name: REUSE compliance
5
on:
6
push:
7
branches: [ main ]
8
pull_request:
9
branches: [ main ]
10
jobs:
11
check:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v3
15
- name: REUSE Compliance Check
16
uses: fsfe/reuse-action@v1