Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

21 行
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