Skip to content

ci: Update mirror.yaml #34

ci: Update mirror.yaml

ci: Update mirror.yaml #34

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Shun Sakai
#
# SPDX-License-Identifier: CC0-1.0
name: REUSE Compliance Check
on:
pull_request:
push:
branches:
- "develop"
- "master"
jobs:
reuse:
name: REUSE
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v4.0.0