fix: Fix the issue of low version iso app log not being displayed #231
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 |