mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-28 19:39:07 +03:00
Merge pull request #2161 from nextcloud/feat/workflow-auto-update-reuse.yml
Updating reuse.yml workflow from template
This commit is contained in:
commit
66a9f17499
1 changed files with 5 additions and 2 deletions
7
.github/workflows/reuse.yml
vendored
7
.github/workflows/reuse.yml
vendored
|
@ -1,4 +1,7 @@
|
|||
# synced from @nextcloud/android-config
|
||||
# This workflow is provided via the organization template repository
|
||||
#
|
||||
# https://github.com/nextcloud/.github
|
||||
# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization
|
||||
|
||||
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
|
||||
#
|
||||
|
@ -6,7 +9,7 @@
|
|||
|
||||
name: REUSE Compliance Check
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue