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

21 行
452 B

  1. # SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
  2. #
  3. # SPDX-License-Identifier: CC0-1.0
  4. ---
  5. name: REUSE Compliance Check
  6. on: [push, pull_request] # yamllint disable-line rule:truthy
  7. permissions:
  8. contents: read
  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