mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
805796ed0b
"REUSE compliance / check" should be good enough Closes #9000
26 lines
551 B
YAML
26 lines
551 B
YAML
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
name: REUSE compliance
|
|
|
|
on:
|
|
# Trigger the workflow on push or pull requests, but only for the
|
|
# master branch
|
|
push:
|
|
branches:
|
|
- master
|
|
- '*/ci'
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
|
|
jobs:
|
|
check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: REUSE Compliance Check
|
|
uses: fsfe/reuse-action@v1
|