mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-28 18:46:06 +00:00
93797af73f
* Update Workflows
* Update clang-format.sh
* Revert "Update clang-format.sh"
This reverts commit 391bf7e639
.
* Clang 17
17 lines
320 B
YAML
17 lines
320 B
YAML
# SPDX-FileCopyrightText: 2021 yuzu Emulator Project
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
name: Reuse
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
tags: [ "*" ]
|
|
pull_request:
|
|
branches: [ main ]
|
|
jobs:
|
|
reuse:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: fsfe/reuse-action@v3 |