fix: 修复ftp共享目录图片打开显示空白 #196
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Call License and README Check | |
on: | |
pull_request_target: | |
types: [opened, synchronize, reopened] | |
permissions: | |
pull-requests: write | |
contents: read | |
concurrency: | |
group: ${{ github.workflow }}-pull/${{ github.event.number }} | |
cancel-in-progress: true | |
jobs: | |
license-check: | |
uses: linuxdeepin/.github/.github/workflows/license-check.yml@master |