Skip to content

Commit 0a6ea77

Browse files
committedFeb 21, 2025··
spdx
1 parent 685e3d5 commit 0a6ea77

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
 

‎.github/workflows/reuse.yml

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Copyright (c) 2012-2025 Yegor Bugayenko
2+
# All rights reserved.
3+
#
4+
# Redistribution and use in source and binary forms, with or without
5+
# modification, are permitted provided that the following conditions
6+
# are met: 1) Redistributions of source code must retain the above
7+
# copyright notice, this list of conditions and the following
8+
# disclaimer. 2) Redistributions in binary form must reproduce the above
9+
# copyright notice, this list of conditions and the following
10+
# disclaimer in the documentation and/or other materials provided
11+
# with the distribution. 3) Neither the name of the jcabi.com nor
12+
# the names of its contributors may be used to endorse or promote
13+
# products derived from this software without specific prior written
14+
# permission.
15+
#
16+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17+
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
18+
# NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
19+
# FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
20+
# THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
21+
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22+
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24+
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
25+
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26+
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
27+
# OF THE POSSIBILITY OF SUCH DAMAGE.
28+
---
29+
# yamllint disable rule:line-length
30+
name: reuse
31+
'on':
32+
push:
33+
branches:
34+
- master
35+
pull_request:
36+
branches:
37+
- master
38+
jobs:
39+
reuse:
40+
timeout-minutes: 15
41+
runs-on: ubuntu-24.04
42+
steps:
43+
- uses: actions/checkout@v4
44+
- uses: fsfe/reuse-action@v5

0 commit comments

Comments
 (0)
Please sign in to comment.