aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-07-27 13:00:59 -0400
committerGitHub <noreply@github.com>2022-07-27 13:00:59 -0400
commit1779795d817f575ad48469d782b671ae7104bd19 (patch)
tree66af975c5f64fa6611e90ba89ee9fc9d277f53f6 /.github/workflows
parent7c63f926ab590d0e3ddf54a1a4fc72238af6ac24 (diff)
parent3041a612cb2a82771ff325be79170ae5145992dd (diff)
Merge pull request #8338 from Tachi107/spdx-fixes
chore: make yuzu REUSE compliant
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml9
-rw-r--r--.github/workflows/verify.yml3
2 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8ec7e3c69..04f4bb9f5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2021 yuzu Emulator Project
+# SPDX-License-Identifier: GPL-2.0-or-later
+
name: yuzu-ci
on:
@@ -21,3 +24,9 @@ jobs:
run: ./.ci/scripts/transifex/docker.sh
env:
TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
+
+ reuse:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - uses: fsfe/reuse-action@v1
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index 887220441..18cefe325 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2022 yuzu Emulator Project
+# SPDX-License-Identifier: GPL-3.0-or-later
+
name: 'yuzu verify'
on: