diff options
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 9 |
1 files changed, 9 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 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2021 yuzu Emulator Project | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | name: yuzu-ci | 4 | name: yuzu-ci |
| 2 | 5 | ||
| 3 | on: | 6 | on: |
| @@ -21,3 +24,9 @@ jobs: | |||
| 21 | run: ./.ci/scripts/transifex/docker.sh | 24 | run: ./.ci/scripts/transifex/docker.sh |
| 22 | env: | 25 | env: |
| 23 | TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }} | 26 | TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }} |
| 27 | |||
| 28 | reuse: | ||
| 29 | runs-on: ubuntu-latest | ||
| 30 | steps: | ||
| 31 | - uses: actions/checkout@v3 | ||
| 32 | - uses: fsfe/reuse-action@v1 | ||