File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # This workflow is provided via the organization template repository
2+ #
3+ # https://github.com/nextcloud/.github
4+ # https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
5+
6+ # SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
7+ #
8+ # SPDX-License-Identifier: CC0-1.0
9+
10+ name : REUSE Compliance Check
11+
12+ on : [pull_request]
13+
14+ permissions :
15+ contents : read
16+
17+ jobs :
18+ reuse-compliance-check :
19+ runs-on : ubuntu-latest-low
20+ steps :
21+ - name : Checkout
22+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+ with :
24+ persist-credentials : false
25+
26+ - name : REUSE Compliance Check
27+ uses : fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0
You can’t perform that action at this time.
0 commit comments