reuse.yml 609 B

1234567891011121314151617181920212223242526272829
  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. name: REUSE compliance
  6. on:
  7. push:
  8. branches:
  9. - master
  10. - '*/ci'
  11. pull_request:
  12. branches:
  13. - master
  14. concurrency:
  15. group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
  16. cancel-in-progress: true
  17. permissions: {}
  18. jobs:
  19. check:
  20. runs-on: ubuntu-latest
  21. steps:
  22. - uses: actions/checkout@v4
  23. - name: REUSE Compliance Check
  24. uses: fsfe/reuse-action@v3