diff options
author | Andrea Pappacoda <andrea@pappacoda.it> | 2022-06-01 12:34:04 +0200 |
---|---|---|
committer | Andrea Pappacoda <andrea@pappacoda.it> | 2022-07-27 12:53:49 +0200 |
commit | 3041a612cb2a82771ff325be79170ae5145992dd (patch) | |
tree | 66af975c5f64fa6611e90ba89ee9fc9d277f53f6 /.github | |
parent | chore: make yuzu REUSE compliant (diff) | |
download | yuzu-3041a612cb2a82771ff325be79170ae5145992dd.tar yuzu-3041a612cb2a82771ff325be79170ae5145992dd.tar.gz yuzu-3041a612cb2a82771ff325be79170ae5145992dd.tar.bz2 yuzu-3041a612cb2a82771ff325be79170ae5145992dd.tar.lz yuzu-3041a612cb2a82771ff325be79170ae5145992dd.tar.xz yuzu-3041a612cb2a82771ff325be79170ae5145992dd.tar.zst yuzu-3041a612cb2a82771ff325be79170ae5145992dd.zip |
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed0aaebf3..04f4bb9f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,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 |