Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
406 B

  1. # SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. name: REUSE Compliance Check
  6. on: # yamllint disable-line rule:truthy
  7. push:
  8. pull_request:
  9. jobs:
  10. reuse-compliance-check:
  11. runs-on: ubuntu-latest
  12. steps:
  13. - name: Checkout
  14. uses: actions/checkout@v4
  15. - name: REUSE Compliance Check
  16. uses: fsfe/reuse-action@v5