• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
2# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
3#
4# SPDX-License-Identifier: curl
5
6name: REUSE compliance
7
8on:
9  push:
10    branches:
11      - master
12      - '*/ci'
13  pull_request:
14    branches:
15      - master
16
17concurrency:
18  group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
19  cancel-in-progress: true
20
21permissions: {}
22
23jobs:
24  check:
25    runs-on: ubuntu-latest
26    steps:
27      - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
28      - name: REUSE Compliance Check
29        uses: fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106 # v3
30